microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.

Home Page:https://aka.ms/FASTER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AqlaSolutions opened this issue · comments

Are long living sessions permitted?

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