Hadi Moshayedi

Results 17 comments of Hadi Moshayedi

1. I was thinking as an initial method, in the document we can tell users that they can use pg_dump (to dump the DDL commands) + COPY (SELECT \* FROM...

I added this to the list of features to be added in v1.3. v1.3 should be released sometime in the 1st quarter of 2015.

Thanks for your interest. We are in process of planning for future of the columnar store project. You should hear from us in next few months.

@besquared thanks for the link. No plans to support this in the 1st quarter of 2015. I think after we release v1.4, improving the speed of aggregation will be in...

Thanks @philliproso for the insight. This feature seems to have a high demand, which moves it higher in our priorities. I think I'll do some research about what is the...

@fjalvingh which version of postgresql are you using?

Thanks @saosebastiao. I agree that this can be beneficial for data size. Original ORC format uses something similar. We will evaluate this in our next releases.

It seems that "CREATE FOREIGN TABLE" doesn't have the TABLESPACE directive, so I was thinking of following options for supporting tablespaces: - We use pg_class's reltablespace to store which tablespace...

@jberkus Having the file location as a characteristic of the foreign server makes sense to me.

Due to popular request for this feature, I am adding this to the list of features to be added in version 1.4.