background preloader

PostgreSQL: The world's most advanced open source database

PostgreSQL: The world's most advanced open source database

https://www.postgresql.org/

Related:  Langages

Berkeley DB Tell us about the features you would like to see in Berkeley DB. Take the Berkeley DB Future Feature Survey here. Download Berkeley DB and review the source code, choose your build options and then compile the library in the configuration most suitable for your needs. The Berkeley DB library is a building block that provides the complex data management features found in enterprise class databases.

Live 5.0 Contents — OSGeo-Live 5.0 Documentation OSGeo-Live 10.0 Contents¶ Desktop GIS¶ General GIS viewing, editing, and analysis on the desktop: Browser Facing GIS¶ Documentation Skip site navigation (1) Skip section navigation (2) Peripheral Links Documentation There is a wealth of PostgreSQL information available online. This section contains current and archived manuals for PostgreSQL users, as well as frequently asked questions. Nathan's Revit API Notebook <<< Return to the Program Lab This page is my personal diary for exploring the API for Revit and Vasari. This page is as much a resource for me as I hope it will be for others. Developing custom tools for Revit using the API can be a complicated endeavor.

Ingres When you’re in the business of selling applications you need to know that your database can handle the steady advances in server hardware, virtualization and cloud technologies. It also needs to be simple, fast and ultra-reliable where you can “set it and forget it”. If you’re developing applications for SMB’s, the enterprise or the cloud, and want to build in a fast, reliable and low maintenance database, send Actian an email and we can help. We designed the Actian Embeddable Database with a best-of-all-worlds approach: a single application database that includes both a high performance transactional database engine using a key-value store to store and access the data, and a relational database engine with traditional SQL access. Actian Embeddable Database powers thousands of packaged business applications for everything from accounting and medical office management to point-of-sale and ERP systems. Multi-core, Hypervisor and More

Open Source GIS Performance Tuning PostgreSQL by Frank Wiles PostgreSQL is the most advanced and flexible Open Source SQL database today. With this power and flexibility comes a problem. How do the PostgreSQL developers tune the default configuration for everyone? Java & .NET Object Database – Open Source Object Database, Open Source Persistence, Oodb MapWindow Open Source GIS - Home Page SQLite Home Page … working with free and open source geographic information systems OpenTSDB - A Distributed, Scalable Monitoring System

Why not MySql? I needed cursors that could maintain state across calls. MySql cursors are maintained on the server and you pass a positional reference for each next page. I'm not explaining it well because its been ages since I tried each one. I started with sqlite3, and it was a locking disaster. Not to be used for multithreaded apps that want to access the database from separate threads. Postgres is faster than I can imagine. I also use its Full Text S-----? indexing for blazing word searchs. I literally get near-realtime responses on key input against a 130,000 row music database, searching a 1000+ byte field that concatenates all the interesting song attribs, all the while with a where clause to exclude known uninteresting songs. Blazing. And the INSTEAD OF views work great, and pgadmin is bug-free and fast, though primitive. by alendar Feb 26

Related:  Relational DatabasesProgramasGestión de la información