top | item 43299123

(no title)

stoicfungi | 1 year ago

what are the differences between pg_mooncake and pg_duck?

discuss

order

moonikakiss|1 year ago

Both add the DuckDB extension. But the use-case is slightly different:

1. pg_duckdb is great for querying existing columnar files (parquet) in Postgres.

2. Our focus is on helping you write and query your existing Postgres table into a columnar format.

We spent most of our time on building the table access method for columnstore tables.

stoicfungi|11 months ago

Thanks a lot for the explanation. Keep up the good work :)