Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts


PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems and boasts sophisticated features such as Multi-Version Concurrency Control (MVCC), point in time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write ahead logging for fault tolerance. It is highly scalable both in the sheer quantity of data it can manage and in the number of concurrent users it can accommodate. There are active PostgreSQL systems in production environments that manage in excess of 4 terabytes of data.
Do Visit http://www.postgresql.org
Sedna is a free native XML database which provides a full range of core database services - persistent storage, ACID transactions, security, indices, hot backup. Flexible XML processing facilities include W3C XQuery implementation, tight integration of XQuery with full-text search facilities and a node-level update language.

Basic Features
  • Available for free in open source form under Apache License 2.0
  • Native XML database system implemented in C/C++
  • Support for W3C XQuery language validated by W3C XQuery Test Suite
  • Full-text search integrated with XQuery (based on dtSearch)
  • Support for a declarative node-level update language »
  • Support for ACID transactions
  • Support for fine-grained XML triggers »
  • Incremental hot backup »
  • Indexes (based on B-tree) »
  • Support for Unicode (utf8)
  • SQL connection from XQuery »
  • XQuery external functions implemented in C »
  • Database security (users, roles and privileges) »
Application Programming
The following drivers are available from the download page:
  • API for Java, C, PHP, Python, Ruby and more
  • XML:DB Driver For Java
  • Module for Integration with Apache HTTP server
You can download Sedna from here : » Download Sedna 3.1
Available for Windows, Linux, MacOS X (x86/PPC), FreeBSD, Solaris (x86)
Technorati Tags: ,,,
LiveJournal Tags: ,,,
del.icio.us Tags: ,,,
+