hungrybread

joined 3 years ago
[–] hungrybread@lemmygrad.ml 1 points 2 years ago

I have no idea, just inferred that from some other posts.

[–] hungrybread@lemmygrad.ml 2 points 2 years ago (1 children)

The basic idea is to keep data as close to the processor as possible, so with a database that means storing the result of commonly used queries in memory.

[–] hungrybread@lemmygrad.ml 9 points 2 years ago (6 children)

There's no need to migrate the database, that shouldn't be an issue at this size. Caching should be implemented as another comment suggested.

[–] hungrybread@lemmygrad.ml 4 points 2 years ago

I'd be interested as well.