Comment on
Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
Reply in thread
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.
Comment on
Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
Reply in thread
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.
Comment on
Lemmy is in serious need of more devs [CROSS POST]
Reply in thread
I'd be interested as well.
Comment on
Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
Reply in thread
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.
Comment on
Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
Reply in thread
I have no idea, just inferred that from some other posts.