Hi John,
I encountered a problem when I access fastbit database through multi-processes.

Our system provides a web service to filter records from a fastbit database 
with the condition request by client.
And we also provides a command line tool to the operator which can update data 
in the same fastbit database.

When the web service running alone, It works fine.
But, If I use the command line tool to update some data in the database, the 
query will reply incorrectly.
The problem can be solved by calling cleanup() function before each query. But 
If I do so, the query performance drops from 1000 TPS to 100 TPS.

Do you have any idea on how to solve this problem without cost of performance?

Best Regards,
Davey

_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to