From e0ef1e23c45e9ced5ff300cfda2f80621b739fd4 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 1 Jul 2010 05:49:29 +0000 Subject: Cego is a Relational Database Management System (RDBMS). Cego supports transactional SQL query requests in a multithreaded architecture. For high availablility requirements, Cego supports a database shadowing feature. Several compute nodes can be defined in a Cego database configuration, where each node is able to manage a number of so called table sets. For each tableset, a backup node can be defined, which runs is recover mode for the corresponding tableset. If required, the tableset can be switched to the backup node and this node gets the active node for the tableset. Many more details are available at: WWW: http://www.lemke-it.com/ PR: ports/147822 Submitted by: Kurt Jaeger Feature safe: yes --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index f39e966be82f..3764971a3512 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -20,6 +20,7 @@ SUBDIR += buzhug SUBDIR += cassandra SUBDIR += cdb + SUBDIR += cego SUBDIR += clip SUBDIR += couchdb SUBDIR += courier-authlib-mysql -- cgit