How to get postgres to use index for wild card query on JSONB column?

前端 未结 0 1213
庸人自扰
庸人自扰 2020-11-29 09:36

I have a table in a postgres DB that looks like the following:

CREATE TABLE docs {
  id SERIAL PRIMARY KEY,
  doc JSONB
};

The JSON documents

相关标签:
回答
  • 消灭零回复
提交回复
热议问题