insert-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:4k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Testing server 'Oracle 8.0.4.0.0' at 1999-04-04  3:50:22
  2. Testing the speed of inserting data into 1 table and do some selects on it.
  3. The tests are done with a table that has 100000 rows.
  4. Generating random keys
  5. Creating tables
  6. Inserting 100000 rows in order
  7. Inserting 100000 rows in reverse order
  8. Inserting 100000 rows in random order
  9. Time for insert (300000): 2511 wallclock secs (425.27 usr 50.44 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  10. Testing insert of duplicates
  11. Time for insert_duplicates (300000): 353 wallclock secs (195.15 usr 26.95 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  12. Retrieving data from the table
  13. Time for select_big (10:3000000): 1130 wallclock secs (575.36 usr 100.01 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  14. Note: Query took longer then time-limit: 600
  15. Estimating end time based on:
  16. 6 queries in 6 loops of 10 loops took 675 seconds
  17. Estimated time for order_by_key (10:1800000): 1125 wallclock secs (580.64 usr 95.55 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  18. Note: Query took longer then time-limit: 600
  19. Estimating end time based on:
  20. 6 queries in 6 loops of 10 loops took 659 seconds
  21. Estimated time for order_by (10:1800000): 1098 wallclock secs (570.85 usr 95.67 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  22. Time for select_range_prefix (5000:20000): 31 wallclock secs (18.04 usr  3.01 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  23. Note: Query took longer then time-limit: 600
  24. Estimating end time based on:
  25. 410 queries in 410 loops of 5000 loops took 608 seconds
  26. Estimated time for select_range (5000:1640): 7414 wallclock secs (19.17 usr  3.06 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  27. Note: Query took longer then time-limit: 600
  28. Estimating end time based on:
  29. 115830 queries in 57915 loops of 100000 loops took 601 seconds
  30. Estimated time for select_key_prefix (200000): 1037 wallclock secs (576.33 usr 93.13 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  31. Note: Query took longer then time-limit: 600
  32. Estimating end time based on:
  33. 1384 queries in 692 loops of 100000 loops took 601 seconds
  34. Estimated time for select_key (200000): 86849 wallclock secs (639.74 usr 105.64 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  35. Test of compares with simple ranges
  36. Time for select_range_prefix (20000:43500): 64 wallclock secs (40.72 usr  5.17 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  37. Note: Query took longer then time-limit: 600
  38. Estimating end time based on:
  39. 1400 queries in 35 loops of 500 loops took 605 seconds
  40. Estimated time for select_range (20000:3045): 605 wallclock secs ( 3.09 usr  0.29 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  41. Time for select_group (91): 45 wallclock secs ( 0.15 usr  0.08 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  42. Time for min_max_on_key (3000): 15 wallclock secs ( 9.59 usr  1.60 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  43. Time for min_max (60): 25 wallclock secs ( 0.22 usr  0.03 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  44. Time for count_on_key (100): 37 wallclock secs ( 0.33 usr  0.04 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  45. Time for count (100): 51 wallclock secs ( 0.30 usr  0.04 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  46. Testing update with functions
  47. Time for update_key (500):  220 wallclock secs ( 0.76 usr  0.07 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  48. Time for update_key_big (501): 429 wallclock secs ( 0.83 usr  0.20 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  49. Testing delete
  50. Time for delete_key (500): 628 wallclock secs ( 0.70 usr  0.16 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  51. Time for delete_big (12): 399 wallclock secs ( 0.09 usr  0.17 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  52. Insert into table with 16 keys and with a primary key with 15 parts
  53. Time for insert_key (100000): 1293 wallclock secs (151.81 usr 16.58 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  54. Testing update of keys
  55. Time for update_of_key (256): 568 wallclock secs ( 0.30 usr  0.06 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  56. Deleting everything from table
  57. Time for delete_big (2): 378 wallclock secs ( 0.00 usr  0.01 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
  58. Estimated total time: 114468 wallclock secs (3850.94 usr 602.34 sys +  0.00 cusr  0.00 csys =  0.00 CPU)