In order to scale the database, and for performance, I am considering the implementation partitioned tables, however, I keep reading about downsides. I wanted about your experiences and preferred approach between the options listed below, in the context of implementation ease, efficiency and subsequent maintenance:
* Partitioning table
* Indexed views
* Sharding
* Filtered indexes
* Partitioned views
* In-Memory OLTP
0 comments:
Post a Comment
Thanks