Multiple Database Connection

By rorataspire

Multiple database connection is very easy in ruby on rails. It will increase the scalability of any website. We did the premature optimization of connecting the application to multiple databases. The objective here is to reduce the database load if needed. All the frequently used tables are grouped in the single database.

Multiple database connection

Tags: , , , , , , , ,

Leave a Reply