Hi,
Just curious: what are the advantages of tsid over uuidv7 which was introduced in duckdb 1.3.0 ?
https://duckdb.org/2025/05/21/announcing-duckdb-130.html#uuid-v7-support
As far as I understand, both tsid and uuidv7 generate time-sortable id's and both support extracting the timestamp from the id.
Are there any significant differences?
Have you compared the performance of tsid with uuidv7?
Thanks!
Hi,
Just curious: what are the advantages of tsid over uuidv7 which was introduced in duckdb 1.3.0 ?
https://duckdb.org/2025/05/21/announcing-duckdb-130.html#uuid-v7-support
As far as I understand, both tsid and uuidv7 generate time-sortable id's and both support extracting the timestamp from the id.
Are there any significant differences?
Have you compared the performance of tsid with uuidv7?
Thanks!