Uwe Schaefer
Uwe Schaefer
add regression test
add documentation
thx @BernhardBln Tests are still missing though...
obsolete as we moved to ECatalog
there would be a few extensions of the API needed to use multiple clients, i guess. how exactly do you intend to use it? could you prototype usage from a...
unfortunately, there does not seem to be a way of filtering for a meta key to be non null that uses the gin index. the problem i guess is that...
There is a subtle aspect to it when you compare ```sql explain analyze select count(*) from fact where header @> '{"ns":"xyz"}' AND header['meta']->>'source' = 'xyz-service'; ``` ``` Aggregate (cost=154818.96..154818.97 rows=1...