Distributed PostgreSQL as an extension
 
 
 
 
 
 
Go to file
Onder Kalaci 0a6839e544 Perform distributed planning in the calling memory context
Previously we used, for historical reasons, MessageContext.
That is problematic if a single message from the client
causes a lot of statements to be planned. E.g. for the
copy_to_distributed_table script one insert statement
is planned for each row inserted via COPY, and only freed
when COPY has finished.
2016-02-12 20:50:40 +02:00
src Perform distributed planning in the calling memory context 2016-02-12 20:50:40 +02:00
.gitattributes Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.travis.yml Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile.global.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
autogen.sh Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
prep_buildtree Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00