Turplanlegger / turplanlegger-fastapi

Turplanlegger API but Fast
MIT License
1 stars 0 forks source link

Switch out UUIDv4 with UUIDv7 #89

Open sixcare opened 2 months ago

sixcare commented 2 months ago

 UUIDv7 are time based UUID.

By replacing UUIDv4 with UUIDv7 indexing and querying the database has potential to be improved. Since UUIDv7 is time based the index(ing) would be faster, since the UUID is already ordered by time.

sixcare commented 2 months ago

https://github.com/python/cpython/pull/121119