|
|
|
|
|
by bob1029
486 days ago
|
|
The important nuance here is that with SQLite you can achieve similar numbers even if each of the 1000 queries is dependent on prior results. SELECT 1 is hardly representative of a real world situation wherein you need to logically serialize each transition of business state. |
|