The results of a data manipulation routine on approx 50000 records which
involved appending and reading data randomly.
|
Reading |
Writing |
| CodeBase Client/Server |
1 min 39 seconds |
3 min 45 seconds |
| Interbase |
56 min 40 seconds |
3 min 04 seconds |
As expected, pure SQL servers fall flat when having to manipulate random
rows a single row at a time, which is probably the most common form of
data manipulation found in applications anyway.
This application utilized Components III in Builder 5. The application
was run in full debug mode with all CodeGaurd options 'on', so these times
may vary if compiler options are optimized.
Greg Christos
Pentagate
South Africa
|