Murat Tuncer

Results 54 comments of Murat Tuncer

It is postgresql truncatecmds.c::truncate_check_rel() throws the error. What happens is that cstore_fdw taps into utility hook, finds that it is not a cstore_table, and lets the standard utility handle the...

Both delete and update are in our radar for some time. However, due to columnar nature and our file layout, it is quite costly to that. @sriharsha9992 did some work...

@Dead2 I can suggest using partitioned tables. You can have a regular partitioned table, range partitioned on some time column. You can have cstore_fdw tables as partitions of that table....

I can't reliably reproduce this. I was able to see repro once where dboid for database being dropped is returned differently from `get_database_oid` but I could not reproduce it successfully...

Hey @Dezzsoke cstore_fdw creates this folder when you create the server after creating extension. I was not able to reproduce this issue when I run it locally. Could you provide...

We are migrating to postgresql internal files as described in issue #138 . Work is currently being reviewed. This issue will be resolved with it.

@Dezzsoke I am adding a fix that would make sure that directory exists before attempting to create files. However, this still can not address following scenario - cstore server is...

I am keeping this open due to template issue. cstore should prevent table creation when issued inside a template database. with 1.6 version, we make sure folder that folder is...