Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increase performance on write
Message
From
10/02/2016 19:23:04
 
 
To
10/02/2016 19:08:18
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
OS:
Windows 8.1
Network:
Windows 2008 Server
Miscellaneous
Thread ID:
01631211
Message ID:
01631221
Views:
57
>Sounds like you need to split your database into two database, one for transactional data, the other for reporting. The transactional DB has almost no indexes and is simply used for CRUD. It is optimized for speed. You can setup a job to read updated data from the transactional DB and update the data in the reporting DB. The speed of updates there can be slower and additional indexes can be setup to speed reporting.
>
>I will say that 145 indexes sounds like too many. I can't imagine a scenario where that many are needed.

It's a nationwide huge database with very large tables about insurance claims and a few hundreds fields per table apply. They search on all of them, and worst, on several of them at the same time, thus requiring compound indexes for the most commonly used.

We talk about 400 tables, 5000 fields, 500 lists, 50 millions hits per day, etc.

In overall, the write is not was would be killing the system, sort of, but I was curious to know about technique that could be used to ease in that direction.

The application requires real time access as enormous amount of data is being changed every second. I am still not sure splitting the database would be applicable.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform