valkey-io / valkey-doc

Other
19 stars 25 forks source link

`/topics/faq.md` has outdated info #103

Open stockholmux opened 1 month ago

stockholmux commented 1 month ago

In review for publishing (#91), I found the following issues:

64-bit systems will use considerably more memory than 32-bit systems to store the same keys, especially if the keys and values are small. This is because pointers take 8 bytes in 64-bit systems. But of course the advantage is that you can have a lot of memory in 64-bit systems, so in order to run large Valkey servers a 64-bit system is more or less required. The alternative is sharding.

Discussing 32 bit vs 64 bit seems like irrelevant information in 2024.

As of version 4.0, Valkey has started implementing threaded actions. For now this is limited to deleting objects in the background and blocking commands implemented via Valkey modules. For subsequent releases, the plan is to make Valkey more and more threaded.

Remove anything before 6.0

Why does my replica have a different number of keys its master instance?

Update to primary/replica terminology.