What's the latency for KV and D1?

I'm debating on just using D1 with a table of key-value pairs, but I was told the latency for KV is significantly less than D1 for repeat lookups.

I'm wanting to do a lookup as a part of every request, so the answer is important here, but I haven't been able to find any data.

How long does it take to load a value from KV? And how long does it take to load a value from a D1 table?
Was this page helpful?