mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Add caches for hypertable metadata to make it faster to map INSERT rows to the chunk they should go into.
4 lines
83 B
SQL
4 lines
83 B
SQL
|
|
CREATE TYPE _iobeamdb_catalog.chunk_placement_type AS ENUM ('RANDOM', 'STICKY');
|
|
|