Jump to content

Can a webpage have multiple databases?

Go to solution Solved by mariushm,

Yes, of course there are cases where you may have multiple databases each with multiple tables.

can be for various reasons... ex each database on separate server or clusters of servers , or one database containing stuff that's common to multiple websites like product details, pictures, specifications,, separate websites each with their own user database and all that.

You may have a postrgress sql / mysql database for some specific data, you may have a memory database to cache stuff (memcached / other databases), you may have a noSQL database ex Apache cassandra, mongoDB etc etc for various needs (temporary databases, caching, static content etc

 

 

 

Yes, of course there are cases where you may have multiple databases each with multiple tables.

can be for various reasons... ex each database on separate server or clusters of servers , or one database containing stuff that's common to multiple websites like product details, pictures, specifications,, separate websites each with their own user database and all that.

You may have a postrgress sql / mysql database for some specific data, you may have a memory database to cache stuff (memcached / other databases), you may have a noSQL database ex Apache cassandra, mongoDB etc etc for various needs (temporary databases, caching, static content etc

 

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×