Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are sequential technical keys a performance problem?

0
10 Posted

Are sequential technical keys a performance problem?

0
10

In some databases, like Sybase, where data is stored in primary key order, sequential technical keys can cause problems on insert as all new data is always added into the same area of the index. This can slow inserts as users doing simultaneous updates to the same table will be processed serially. To avoid this problem, one user suggested a technical key that is the combination of a random number, a sequential number, and the current year!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123