Tri Dao

Results 6 comments of Tri Dao

Has anyone got this to work on enterprise server? I can get it to work on cloud but not server (self-hosted). I'm just getting: ```bash {"data":{"enterprise":{"ownerInfo":{"samlIdentityProvider":null}}}} ```

I got this myself too, like what @GKTheOne is saying

So if I understand this correctly, the `hnsw` index type does not support index-only and we want to implement it? Ref: ``` The index type must support index-only scans. B-tree...

And this can be achieved by properly supporting the `INCLUDE` expression on the `CREATE INDEX` statement.

Access methods API descriptions: https://www.postgresql.org/docs/9.5/catalog-pg-am.html I think as a first step we can implement `amcanreturn` and then support `INCLUDE` later. Effectively if we only query the column cover by the...

@grigi any updates on this?