git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 4bb5023) | patch
tableam: sample scan.
2019年3月31日 03:18:53 +0000 (20:18 -0700)
Mon, 1 Apr 2019 01:37:57 +0000 (18:37 -0700)
commit 73c954d24896aeb05de0f81d75e891a858e439e9
tableam: sample scan.

This moves sample scan support to below tableam. It's not optional as
there is, in contrast to e.g. bitmap heap scans, no alternative way to
perform tablesample queries. If an AM can't deal with the block based
API, it will have to throw an ERROR.

The tableam callbacks for this are block based, but given the current
TsmRoutine interface, that seems to be required.

The new interface doesn't require TsmRoutines to perform visibility
checks anymore - that requires the TsmRoutine to know details about
the AM, which we want to avoid. To continue to allow taking the
returned number of tuples account SampleScanState now has a donetuples
field (which previously e.g. existed in SystemRowsSamplerData), which
is only incremented after the visibility check succeeds.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
contrib/tsm_system_rows/tsm_system_rows.c diff | blob | blame | history
contrib/tsm_system_time/tsm_system_time.c diff | blob | blame | history
doc/src/sgml/tablesample-method.sgml diff | blob | blame | history
src/backend/access/heap/heapam_handler.c diff | blob | blame | history
src/backend/access/table/tableamapi.c diff | blob | blame | history
src/backend/access/tablesample/system.c diff | blob | blame | history
src/backend/executor/nodeSamplescan.c diff | blob | blame | history
src/include/access/tableam.h diff | blob | blame | history
src/include/access/tsmapi.h diff | blob | blame | history
src/include/nodes/execnodes.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /