Throughput improvement through Delayed Durability on COMMIT TRAN from SQL...
Durability is not a requirement of a relational database, you would term a database system as ACID compliant where the D in ACID is Durability, note – HBASE which sit’s upon HADOOP is ACID compliant!...
View ArticleSQL Server Hekaton In-memory tables: Understanding the Row Chains of Hash...
Having a good understanding of how the hashing and row chains work will go a long way in helping you design for performance and diagnose performance and resource issues you may get once live. This post...
View ArticleSQL Server Hekaton (XTP) in-memory Tables: Range Indexes and Row Chains
Hash and Range indexes both involve row chains, if you haven’t already read my post on Understanding the row chains of Hash Indexes I’d suggest you do before continuing with this post which essentially...
View ArticleSQL Server Hekaton (XTP) in-memory tables: Choosing the correct BUCKET_COUNT...
In this post I cover off how to choose the correct number for the BUCKET_COUNT and how you go about that, also, how to monitor and change the bucket_count. The general approach is that you set the...
View Article