Archive › April, 2011

Improve database performance using Amazon simpledb on Ruby on rails

We were enjoying mysql database performance until we had large data in the database. The problem started with millions of data in the tables and increasing rapidly on daily bases.It was taking much more time to retrieve data from those tables.We already had proper indexing on the columns but still it was taking some time(20-25 [...]

Comments ( 3 )

Post form data to java server using php curl

Recently one of client come up with the requirements to post data from php platform to java platform. We thought it would be simpler task as we need to fetch data from mysql database and need to do http post to the java server. We can use the php curl and post the data to [...]

Comments ( 2 )