aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-03-26 16:53:33 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-03-26 16:53:33 +0000
commit500185d1acbb4b2fd441a1ac411cf526cff5b731 (patch)
tree1289eadc27f194e7364cd520a4816e874238f70f /databases/Makefile
parent3afe21b8fb9f3160d583172109ba4f56532b341c (diff)
downloadports-500185d1acbb4b2fd441a1ac411cf526cff5b731.tar.gz
ports-500185d1acbb4b2fd441a1ac411cf526cff5b731.zip
What is Citus?
* Open-source PostgreSQL extension (not a fork) * Scalable across multiple hosts through sharding and replication * Distributed engine for query parallelization * Highly available in the face of host failures Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets. WWW: https://www.citusdata.com/ Differential Revision: https://reviews.freebsd.org/D5729
Notes
Notes: svn path=/head/; revision=411931
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index e611978c870a..354d6ba23e4a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -549,6 +549,7 @@
SUBDIR += percona56-client
SUBDIR += percona56-server
SUBDIR += pg_activity
+ SUBDIR += pg_citus
SUBDIR += pg_reorg
SUBDIR += pg_rman
SUBDIR += pg_statsinfo