Murat Tuncer
Murat Tuncer
When we investigate streaming replication support for cstore_fdw, providing an external file location turned out to be a blocker. We would probably end up removing that option at next major...
@nathansgreen unfortunately we will loose the flexibility on controlling locations. If it is not very troublesome, you could create a database in a specific tablespace and have cstore tables created...
hi @nathansgreen thanks for the report, we will look into it.
hello @martinspaeth Once the data gets into cstore_fdw table it becomes immutable. Although there are issues calling to support update/delete, they are not planned to be done anytime soon. I...
No it is stil in development branch. It is not shipped in 1.7.
hi @thedrow thanks for the request. We already have some thoughts on this one for some time. Do you also mean different compression methods for different columns ?
unfortunately no, we never tested or attempt to build cstore_fdw for windows
@QCR615 cstore_fdw is not intended for single row inserts. It is more towards bulk inserts. Currently there are two ways to insert into cstore_fdw table 1 - copy from an...
hi @suuuch unfortunately ```cstore_fdw``` does not support parallel scans yet. It looks like postgresql is not using parallel scan when one partition does not support paralel execution (needs verification).
hey @komamitsu thanks for the bug report. I am trying to reproduce the issue. Have you created cstore_fdw extension and server prior to create foreign table call ?