in reply to Architecture design for full stack development.
To simplify, it sounds like you're worried that a list of numbers with a gap (1, 2, 3, 7, 8, 9) won't sort as efficiently as a list without a gap (1, 2, 3, 4, 5, 6). I believe you don't need to worry about this, because a) it's not going to be an issue, and b) anyway, it's the database's problem.
Hmm. I don't understand how this follows from the issue of having gaps in your Primary Key values. DBIx::Class is a fine module, and I'm sure it will work well .. but having raw SQL code in your codebase isn't a terrible situation.
Looking forward to hearing about the launch! :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Architecture design for full stack development.
by anonymized user 468275 (Curate) on Jun 25, 2017 at 07:02 UTC | |
by talexb (Chancellor) on Jun 26, 2017 at 13:58 UTC |