Use the same database or replicate it for reports and web
Posted
by developer
on Server Fault
See other posts from Server Fault
or by developer
Published on 2010-05-19T12:11:47Z
Indexed on
2010/05/19
12:20 UTC
Read the original article
Hit count: 214
database-performance
I would like to know if i have a web with a huge Database and throw expensive (in time)reports , the best way to do this is with one database for the web and a replicated one for reports, or only one for both, i'm worried that users can throw reports for 5 or more years because they need that information and the web crashes because of this.
© Server Fault or respective owner