Home
last modified time | relevance | path

Searched refs:DEFAULT_STRIPE_ROW_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/columnar/
H A Dcolumnar.c27 #define DEFAULT_STRIPE_ROW_COUNT 150000 macro
39 int columnar_stripe_row_limit = DEFAULT_STRIPE_ROW_COUNT;
88 DEFAULT_STRIPE_ROW_COUNT, in columnar_init_gucs()
/dports/databases/postgresql-cstore_fdw/cstore_fdw-1.7.0/
H A Dcstore_fdw.h34 #define DEFAULT_STRIPE_ROW_COUNT 150000 macro
H A Dcstore_fdw.c1435 int32 stripeRowCount = DEFAULT_STRIPE_ROW_COUNT; in CStoreGetOptions()