diff options
author | miwi <miwi@FreeBSD.org> | 2010-07-01 13:49:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-07-01 13:49:29 +0800 |
commit | e0ef1e23c45e9ced5ff300cfda2f80621b739fd4 (patch) | |
tree | 6f7e57a89d8ae8cb4bf82fcc99c74d1f6d048831 /databases/Makefile | |
parent | 86b2b7cf7f8ff522828ca258e6ca3e85e3408059 (diff) | |
download | freebsd-ports-gnome-e0ef1e23c45e9ced5ff300cfda2f80621b739fd4.tar.gz freebsd-ports-gnome-e0ef1e23c45e9ced5ff300cfda2f80621b739fd4.tar.zst freebsd-ports-gnome-e0ef1e23c45e9ced5ff300cfda2f80621b739fd4.zip |
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 <fbsd-ports at opsec.eu>
Feature safe: yes
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |