You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libsql-server: use LRU cache to store active namespaces
This is a port of Marin's libsql/sqld#689
This PR replaces the namespace store dumb hashmap with an LRU cache to bound
the maximum number of namespaces loaded into memory while unbounding the number
of namespaces allocated on a sqld instance. Additionally, this enables fully
concurrent access to namespaces by removing the global lock on the namespace
store.
Co-authored-by: Piotr Sarna <[email protected]>
0 commit comments