A Cose Look at Taban: the JSON REST Database for OSGi
The concept behind Taban is that the web Application will use HTTP protocol like GET, PUT, DELETE methods to perform CRUD (Create , Read , Update and Delete) operation by using JSON as a Data Exchange Format. By default, the data in JSON gets stored in a db4o object database. Conversely, it can convert JSON into real object and saves them to db4o database. Taban is supposed to be implemented as a component of OSGi bundles.


PostgreSQL performance optimization is a widely discussed issue on the most forums. Although PostgreSQL is shipped with a solid default configuration aimed to fit most setups, it requires fair amount of performance optimization to offer the best. There are basically two major aspects of PostgreSQL database performance optimization. This involves enhancing the use of the hardware and configuration setting, and optimizing the performance queries sent to database. Well, it's not possible for the PostgreSQL developers to tune the default configuration for everyone. We prepared a list of top 10 PostgreSQL performance optimization tips that combines both the above aspects. 


















