- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 190字
- 2021-07-02 20:12:55
Big database
Our current application has a mammoth database containing a single schema with plenty of indexes. This structure poses a challenging job when it comes down to fine-tuning the performance:
- Single schema: All the entities in the database are clubbed under a single schema named dbo. This again hampers business due to the confusion with the single schema regarding various tables that belong to different modules; for example, customer and supplier tables belong to the same schema, that is, dbo.
- Numerous stored procedures: Currently, the database has a large number of stored procedures, which also contain a sizeable chunk of the business logic. Some of the calculations are being performed within the stored procedures. As a result, these stored procedures prove to be a baffling task to tend to when the time comes to optimize them or break them down into smaller units.
Whenever deployment is planned, the team will have to look closely at every database change. This, again, is a time-consuming exercise and many times would turn out to be even more complex than the build and deployment exercise itself.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- 深入理解Android(卷I)
- Mastering Zabbix(Second Edition)
- Vue.js 2 and Bootstrap 4 Web Development
- C#完全自學教程
- 編程卓越之道(卷3):軟件工程化
- DevOps入門與實踐
- Learning Linux Binary Analysis
- The Data Visualization Workshop
- Jupyter數據科學實戰
- Java Web程序設計任務教程
- Scala編程實戰(原書第2版)
- JBoss:Developer's Guide
- ExtJS Web應用程序開發指南第2版
- Building Business Websites with Squarespace 7(Second Edition)