citus
citus copied to clipboard
Is it possible to filter data using stripe_num directly from SQL ?
Is it possible to filter data using stripe_num directly from SQL ?
Something like
SELECT * FROM schema.table WHERE stripe_num = 10
Unfortunately no as it's not an attribute of the relation.
Could you share a bit more about your use case so I can better understand what you’re aiming for?
hello @onurctirtir : i would like to split the data for even parallel extraction from an external client without having to now the business (classic) column distribution. With classic tables i do this using ctid. But ctid is not available with citus columnar table.