pgflake
pgflake copied to clipboard
A snowflake algorithm implemented as Postgres Extension.
Results
2
pgflake issues
Sort by
recently updated
recently updated
newest added
Wanted to bring up an issue I've encountered while trying the library, specifically regarding the sorting of generated IDs. I am not sure, but maybe this part of the logic...
Have manually set the GUCs in a config file: ``` cat /etc/postgresql/14/main/conf.d/pgflake.conf pgflake.start_epoch = 1719611959 pgflake.instance_id = 100 ``` Reloaded PostgreSQL. Installed the extension and generate an ID and the...