All Tools/Postgres Sample Data

Postgres Sample Data

Get statistically representative random sample from table using TABLESAMPLE. Much faster than LIMIT on large tables. Perfect for quick data exploration without scanning entire table.

Active