We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Run Simple Query Faster

Formal Metadata

Title
Run Simple Query Faster
Title of Series
Number of Parts
34
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
When we consider the any executor engine, its very generic and designed for supporting wide range of queries and so does the postgres SQL engine. Consider very simple query i.e TPC benchmark or PGBench, where the queries and only simple update, select, insert etc., Here simple queries means queries which don't have complex quals, join, sub-queries, some function calls in quals.