metadata.xml 1.5 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <!-- maintainer-needed -->
  5. <longdescription lang="en">
  6. Object-Relational Database Management System GigaBASE inherits most of the
  7. features of FastDB, but uses page pool instead of direct mapping of file on
  8. virtual memory. So GigaBASE is able to handle database, which size
  9. significantly exceeds size of computer physical memory. Convenient and
  10. flexible C++ interface makes development of application for GigaBASE very
  11. easy and automatic scheme evaluation simplifies maintenance and modification
  12. of the system. GigaBASE merges best features of relational (simple data
  13. structure and non-procedural query language) and object-oriented (direct
  14. object references, user defined types and methods) databases. GigaBASE is
  15. primary oriented on application requiring fast data retrieving by means of
  16. indices and direct object references, such as Web Server databases
  17. applications. SUBSQL utility can be used for database browsing and
  18. inspection, performing online backups, database recovery, importing data to
  19. and exporting data from database. GigaBASE will perform automatic recovery
  20. after system or application crash, you should not worry about it. The only
  21. thing you can have to do manually is stopping all database application if
  22. one of them is crashed leaving database blocked.
  23. </longdescription>
  24. <upstream>
  25. <remote-id type="sourceforge">gigabase</remote-id>
  26. </upstream>
  27. </pkgmetadata>