Database: 1 Design Philosophy

Up: GEOS SDK TechDocs| Up | Prev: Database | Next: 2 Database Structure

A database manager should be flexible, allowing applications to store a variety of data items. It should be efficient, with minimal overhead in data-access time as well as in memory usage (whether in main memory or in disk space). Ideally, it ought to insulate applications from the details of memory allocation and data referencing. The GEOS database manager meets all of these requirements and several more:


Up: GEOS SDK TechDocs| Up | Prev: Database | Next: 2 Database Structure