Results 13 comments of Jony Vesterman Cohen

Oh, I think you might be missing the advisory table. `create extension pg_idx_advisor;` essentially runs https://github.com/cohenjo/pg_idx_advisor/blob/master/sql/pg_idx_advisor--0.1.1--0.1.2.sql ``` create table index_advisory( reloid oid, attrs integer[], benefit real, index_size integer, backend_pid integer,...

Hi, quick update, I'm now able to get a recommendation for this on both parent and child tables. I'll Add more testing and push shortly. ``` postgres=# explain select max(unitsales)...

Hi Jerry, I pushed a fix for this - I'd appreciate if you could comment if it resolved the issue for you as well.