surrealpatch/mem
Tobie Morgan Hitchcock d5604f589c Add package for memory storage of database runtime
Database configuration data for all namespaces, databases, logins, tokens, scopes, tables, fields, indexes should be stored in memory for quick access when needed without querying the KV store.

It should be kept in sync with the master data in the unerlying KV store, but it can be used for propagating the database configuration across the cluster.
2016-11-21 18:47:23 +00:00
..
db.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00
kv.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00
mem.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00
ns.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00
sc.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00
tb.go Add package for memory storage of database runtime 2016-11-21 18:47:23 +00:00