microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.31k stars 564 forks source link

Is it ok to create and use many KV sessions and never dispose them? #878

Closed AqlaSolutions closed 11 months ago

AqlaSolutions commented 1 year ago

Are long living sessions permitted?

badrishc commented 11 months ago

That should be fine, no problem. But do not keep unnecessary sessions around, try to pool and reuse them.