(no title)
isignal | 1 year ago
Not sure if the query capabilities and syntax match azure docdb but the basic functionality should be workable.
isignal | 1 year ago
Not sure if the query capabilities and syntax match azure docdb but the basic functionality should be workable.
atombender|1 year ago
GIN does not support range searches (needed for <, <=, >, >=), prefix or wildcard, etc. It also doesn't support index-only scans, last I checked. You cannot efficiently ORDER BY a nested GIN value.
I recommend reading the paper.