Thursday, August 28, 2025
Securing Your Oracle Database: Step-by-Step Guide to Configuring and Using DBSAT
Friday, August 22, 2025
Enhancing Query Performance: Leveraging In-Memory Optimized Dates in Oracle 23ai
In-Memory Column Store
Unlike traditional row-based storage, The In-Memory Column Store (IM column store) stores tables and partitions in memory using a columnar format optimized for rapid scans. This columnar format is optimized for analytical workloads, allowing for efficient scanning of specific columns without needing to read entire rows.
In-Memory Optimized Dates
To enhance the performance of DATE-based queries DATE components (i.e. DAY, MONTH, YEAR) can be extracted and populated in the IM column store leveraging the In-Memory Expressions framework. This approach enables faster query processing on DATE columns, significantly improving the performance of date-based analytic queries.
Exploring Bigfile Tablespaces with Default Settings in oracle 23ai
BIGFILE Tablespace A bigfile tablespace is a tablespace with a single, but large datafile. Traditional small file tablespaces, in contrast...
-
Introduction In our existing SQL Server Always On configuration, we had a two-node setup, with each node hosted in a separate data center,...
-
Introduction: Managing data security in SQL Server goes beyond enabling Transparent Data Encryption (TDE)—it also requires proper lifecycl...
-
Introduction In Part 1 (SQL Server Always On Across Two Data Centers with Dual Witnesses and DNS CNAME) , I walked through how we designed...
