is the following achievable with KV? ```json i want to store: data: { name: "Adam", nick: "good

is the following achievable with KV?

i want to store:
data: {
  name: "Adam",
  nick: "goodDude45",
  ...otherFields
}

sometimes i want to queary data by `name` and sometimes by `nick`


if not i would be really grateful if you could suggest a good DB for this.
i was using mongoDB atlas up until now but read speeds are very slow ~1 sec
i desperately need a solution
Was this page helpful?