Question : I was experimenting with page-split behaviour for sequencial vs random ordered inserts in Mysql,Innodb. For sequencial Inserts I […]
Tag: data-pages
Get number of deleted pages in PostgreSQL table/index?
Question : How can I get the number of deleted pages in a table or index? My purpose in asking […]
Do SQL Server compressed indexes remain compressed on rebuild without specifying data compression?
Question : After one rebuilds their SQL Server indexes using page compression (ALTER INDEX IX1 REBUILD PARTITION = ALL WITH […]
Get number of deleted pages in PostgreSQL table/index?
Question : How can I get the number of deleted pages in a table or index? My purpose in asking […]
Can an InnoDB page contain data from different indexes?
Question : (In this question, I assume that the data of a table is acÅ¥ually an index (PRIMARY), so I […]
what is difference between uniform extents and mixed extents in Database file storage structure?
Question : I just went to some resources saying: uniform extents are owned by single object and mixed extents can […]
Is it possible to get a “pages touched” statistic from PostgreSQL?
Question : With PostgreSQL one can measure disk reads and cache hits. Is it possible to have a clearer statistic […]
How Can I Determine Object Distribution in a Multiple-File Filegroup?
Question : I am looking to eliminate an extraneous data file in a filegroup in my DB but don’t want […]
Find the date and time that a data page was modified
Question : Is there a method (documented or undocumented) to determine the last time a data page was changed in […]
Logical read count varies
Question : In this post the writer runs a query several times. I notice the logical reads vary a little […]