Re: Documentation on Hash and btree Indexes on jsonb

2021-02-15 Thread Laurenz Albe
On Sat, 2021-02-13 at 09:37 +, PG Doc comments form wrote: > The documentation on https://www.postgresql.org/docs/12/datatype-json.html > claims: > "jsonb also supports btree and hash indexes. These are usually useful only > if it's important to check equality of complete JSON documents." > >

Documentation on Hash and btree Indexes on jsonb

2021-02-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/datatype-json.html Description: Hello everyone, we are planning to test postgres as a nosql database for streaming kafka events (converted to jsonb) into it next week. Therefore I am res