It's Time to Stop Building KV Databases
buttondown.com
It's Time to Stop Building KV Databases
1–10 of 64 posts
Re: It's Time to Stop Building KV Databases
#2Re: It's Time to Stop Building KV Databases
#3Re: It's Time to Stop Building KV Databases
#4Sometimes a KV datastore is the right abstraction, though. Caching is an excellent example, but also for distributed session storage, configuration management, nonce enforcement, etc.
Re: It's Time to Stop Building KV Databases
#5Is this a good take? I'm just a below average dev and trying to figure it out.
Re: It's Time to Stop Building KV Databases
#6Is this a good take? I'm just a below average dev and trying to figure it out.
Re: It's Time to Stop Building KV Databases
#7Is this a good take? I'm just a below average dev and trying to figure it out.
Re: It's Time to Stop Building KV Databases
#8I don't want the dynamic nature of the planner. I don't want to send SQL over the wire, I want to send the already completed plan that I either generated or wrote by hand. So many annoying performance bugs are because the planner did the slow thing. Just let me write/adjust it.
Re: It's Time to Stop Building KV Databases
#9Is this a good take? I'm just a below average dev and trying to figure it out.
Doen that imply that you should give up on KV datastores today, when this product category he's asking for barely exists? No, obviously not.
Re: It's Time to Stop Building KV Databases
#10I think I'd prefer to stop calling _large_ resources that are only K:V a 'database' though.
A 'database' shouldn't require SQL, but a distributed filesystem, however similar, isn't quite a database.