on Does Lemmy really benefit from Rust? Is code execution speed the bottleneck? · c/programming · 1 pts · 3yI have no idea, just inferred that from some other posts.
on Does Lemmy really benefit from Rust? Is code execution speed the bottleneck? · c/programming · 3 pts · 3yThe 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. https://aws.amazon.com/caching/ https://aws.amazon.com/caching/database-caching/
on Does Lemmy really benefit from Rust? Is code execution speed the bottleneck? · c/programming · 10 pts · 3yThere's no need to migrate the database, that shouldn't be an issue at this size. Caching should be implemented as another comment suggested.
on Lemmy is in serious need of more devs [CROSS POST] · c/programming · 4 pts · 3yI'd be interested as well.
I have no idea, just inferred that from some other posts.
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.
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.
I'd be interested as well.