Replies: 4 comments
-
Pardon my brevity, I'm answering from my phone. Hopefully this is enough to get you started:
|
Beta Was this translation helpful? Give feedback.
-
@wuputah maybe your postgres table had an unsupported datatype?
|
Beta Was this translation helpful? Give feedback.
-
@wuputah thanks - install_extension returns false regardless of the extension I try to install:
Also, do you want me to do a PR to fix the readme? Was able to query parquet after adding the second AS (missed that in README and I've never needed it using httpfs) however GROUP BY year() fails still. Not sure if date functions are supported yet. @mike-luabase - the table in question contains only - uuid, numeric, character varying (255), timestamp w/o time zone. Lmk if you want my table def & query, or is the varchar the issue? |
Beta Was this translation helpful? Give feedback.
-
The iceberg problem should be resolved by #182 |
Beta Was this translation helpful? Give feedback.
-
No change in query performance directly against tables (Postgres: 2.1s, pg_duckdb: 2.1s, Mac M1 DuckDB: 0.025s) which leads me to believe it's falling back to the pgsql engine. Also unable to query parquet files, enable extensions, etc:
Postgres 16.3 Citus Cluster (Stackgres Operator) 1 Coordinator, 1 Shard with replicas - running in an Azure AKS x64 node
Compiled from source using custom docker image for Stackgres' Ubuntu containers running patroni
(Stackgres uses an older kernel w/ glibc 2.28)
Build image w/ make output is available here: https://hub.docker.com/repository/docker/killinterpol/quackbuster/general.
Let me know if you need more info, if I can troubleshoot further, run any available tests or otherwise contribute...
Beta Was this translation helpful? Give feedback.
All reactions