Better performance with index optimization
The true power of all databases is in the use of indexes. If a database is missing or can not use the optimal indexes, perhaps due to a problem with the underlying data, then addition of clever indexes or changes to existing indexes can increase performance significantly.
Server tuning
A default installation is hardly ever really suited for any real-world application; any installation should be tuned after it has had some traffic. We can perform a scan of the setup and optimize the configuration to give your database a boost without touching or even seeing the stored data.
Application tuning and problem identification
Sometimes it can be of great benefit to make changes to the data processing procedures or the software/application that is using the data stored in the database. This can involve changes to the database structure, and is done in cooperation with your dev team.
Course PostgreSQL for coders
We have developed a course that has the working title "PostgreSQL for coders". This course is intended for those whom write code and may have to deal with databases more out of necessity then volition, or those whom simply wish to understand the inner workings of PostgreSQL in greater detail.
Contact