about migrating from TIDB database to planetscale #640
-
Beta Was this translation helpful? Give feedback.
Answered by
mscoutermarsh
Jul 2, 2024
Replies: 1 comment 1 reply
-
Hi @0xMALVEE No performance concerns on our end. Gaps are not an issue. For primary keys the problem to look out for is when they aren't ordered (such as with a uuid). Since your IDs are ordered, no performance concerns. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
0xMALVEE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @0xMALVEE
No performance concerns on our end.
Gaps are not an issue. For primary keys the problem to look out for is when they aren't ordered (such as with a uuid).
Since your IDs are ordered, no performance concerns.