|
|
|
|
|
by supriyo-biswas
635 days ago
|
|
> I’m really interested in this model where each application server has a copy of a SQLite database file which is then replaced on a scheduled basis. BTW, this is also the model used by all CDNs, where the global configuration file containing the certificates, HTTP routing rules etc. for all customers will be updated into into a single-file b-tree structure*, and that "bundle" is distributed among all edge locations frequently. * I'm yet to see someone use sqlite for this purpose, it's usually DBM style databases like LMDB or Kyoto Cabinet. |
|
Now, that's a name I've not heard in a long time.
Are people still using Kyoto Cabinet in new projects? Are people still using DBM-style storage generally? I thought that whole branch of the evolutionary tree had sort of died out.