We basically have two main tables (group and set) in transaction database. Using a winform system, each data row is recorded into the database. Amount of the transactions would be 5 rows per second.
Now our goal is to build a dashboard system monitoring the transaction database to mainly show how things are currently going. I am not sure if using MS SQL BI tools such as SSAS, SSIS, and SSRS can help in this situation. So I need advices from experts.
Here are what I am worrying about - please correct me if I am wrong.
- Frequently querying data from transaction database for dashboard would be big burden - Pro-BI
- Building warehouse for two tables seems like overkill - Anti-BI
Is there any good reason to use or not to use BI tools?
UPDATE: To clarify my question, I just want to know if there is any other way to build dashboard system without data warehouse and without affecting transaction system.