Joe Nelson

Results 199 comments of Joe Nelson

Two pages still talk like 9.6 is current - * https://docs.citusdata.com/en/v7.3/installation/multi_machine_aws.html * https://docs.citusdata.com/en/v7.3/reference/append.html Other mentions of 9.6 are harmless, saying "9.6 or greater is required."

Confirmed that the c_custkey comparisons still need to be fixed.

> The solution is to use the default citus user if you need to create or drop tables. You can't grant these permissions to the read-only users. If you want...

@saicitus could you update me with what you think the most common questions are? Then I'll research the answers and write them up.

What if mlib provided `xxx_DECL` macros in addition to `xxx_DEF`? Then a project could, for instance, have these files: ```c /* containers.h */ #include "m-array.h" ARRAY_DECL(r_int, int) /* just the...

This has certainly been a frequently requested feature. My only hesitation is making "distinct" another reserved word, meaning it would block any filters on a column that happened to be...

Hey sorry for the slow response. I've been away on vacation this week and not on the computer much. There is currently no general way to batch operations in a...

The RPC is your best bet at the moment, but we really need a batch interface. I can see that being high priority after the upcoming v0.3 release.

Our web server [supports](http://www.yesodweb.com/blog/2015/07/http2) HTTP/2, so we can do this bulk operation stuff at some point but it'll take a significant amount of work and there are a number of...

Your suggestion makes sense. I've seen a related scheme recommended on various places on the web: expose an HTTP resource that represents transactions. Let me outline how it could work,...