In this second of a series of entries on my favorite SQL-related enhancements provided via Db2 12 for z/OS (and “Db2,” versus “DB2,” is officially the new form of the product name), I will describe useful functionality pertaining to result set pagination (my first post in this series covered piece-wise DELETE ). “Result set pagination” refers to retrieval of a query result set in “pages,” with each page including a sub-set of the result set’s rows. A typical …read more
Related Articles
SQL Optimizer for Oracle – a success story
Here's a SQL Optimizer success story! SQL Optimizer for Oracle automates the SQL optimization process and maximizes the performance of our SQL statements. SQL Optimizer analyzes, rewrites, and evalua...
Oracle and Python setup with cx_Oracle
Is Python the new R? Maybe, maybe not, but that I'm finding in recent months is more companies are asking me to use Python instead of R for some of my work. In this blog post I will walk through the ...
Data Flushing Mechanisms in InnoDB
Introduction Durability is the D in the ACID properties of transactions in the context of RDBMS. Durability is the guarantee that data has been physically recorded to permanent storage (such as a hard...
