A reader, April 11, 2023 - 12:05 pm UTC
My intention regarding is in terms of performance and indexing method in new versions. In old versions like 11, there were many problems with uuid indexing, which forced us to use partitioning. Are these problems still present in the new versions?
April 12, 2023 - 11:57 pm UTC
"In old versions like 11, there were many problems with uuid indexing"
In what sense?
A reader, April 11, 2023 - 12:17 pm UTC
My reasons for not using sequence in the application are due to security issues. If we use sequence in our application, we can easily fetch all the data from the web and database using a for loop(with attacking tools).
April 12, 2023 - 11:57 pm UTC
Add a random component and you're good to go.
AskTom question ID's are an example of this