man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.46k stars 93 forks source link

is thread-safe in multi-thread application? #1665

Closed deyu9999 closed 1 month ago

deyu9999 commented 3 months ago

only one Arctic() instance Is OK for the append method called in multi-thread?

alexowens90 commented 3 months ago

Hi @deyu9999, in general ArcticDB is perfectly safe to use in a multi-threaded context. If you can provide a small code snippet of what you are trying to do, then I can advise further.