Category: Databases

Databases

Database Synchronization

Database synching is something we really need when we are having a local database server for development and a remote database for demoing purposes. even though we write ER diagrams by analyzing the customer requirements, naturally requirements are born to change so we have to change our object model as well as the database structure […]

Imal Perera 
Databases

Speed Up Mysql Query

One way of speeding up your website is enabling mysql query cache. this will cache all the queries that are more often used so that next time it provides results much quicker. This method is good for the websites that are more into information providing rather than updating all the time. but anyway it is […]

Imal Perera