Hi we have a big Log Database. (we store all users clicks (link addresses) and All users search on our web site to this database for BI Analysing)It is a big database with 2 Gigabyte Growth in a day!!!There are some problems about this DB :1- Huge size of Live database. 2- We can't get reports from it. - Because we didn't create Appropriate index on it. and selects on it are very slow. (Indexing on a database with 2% select and 98% insert and huge size ... I think is wrong.) 3- We have to Backup every 2 month and go to another server and Truncate this database tables. and start again...-------------------------------------------------------is there any best practice to maintain and using these (Log user actions) databases ?thank you
↧