kv: Writes to different keys - 1,000 writes per day
Does this mean if I have a key named "test" and write to it 1000 times, I cannot write to it anymore that day?
Or does that mean that I can write up to 1000 new keys? E.g., "test1", "test2" ... "test1000"?
4 Replies
That is writes total. You could do 1000 writes to the same key or 1 write to 1000 keys
Thank you :) Quite low limit for my use-case (storing last-accessed date and increasing hit count), but can't complain because it's free
KV is designed more for read heavy workflows. If you need higher writes than maybe D1 is better suited?
Oh, thank you! I'll check it out immediately!
I cannot find the limit to how many times I can query it, is it realistically 100'000 for free user?
Nevermind: 100'000 written / day!