hungrybread

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

Exactly! Blockchain and PoW are terrible but id really like to know how much time and electricity is consumed to serve ads, cool servers, train and educate people to effectively become ad engineers.

[–] hungrybread@lemmygrad.ml 1 points 1 year ago

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

[–] hungrybread@lemmygrad.ml 2 points 1 year 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 8 points 1 year 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 1 year ago

I'd be interested as well.