Adabas.crash-me
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. I did not spend much time for tuning crash-me or the limits file. In short,
  2. here's what I did:
  3.   - Put engine into ANSI SQL mode by using the following odbc.ini:
  4. [ODBC Data Sources]
  5. test
  6. [test]
  7. ServerDB=test
  8. ServerNode=
  9. SQLMode=3
  10.   - Grabbed the db_Oracle package and copied it to db_Adabas
  11.   - Implemented a 'version' method.
  12.   - Ran crash-me with the --restart option; it failed when guessing the
  13.     query_size.
  14.   - Reran crash-me 3 or 4 times until it succeeded. At some point it
  15.     justified its name; I had to restart the Adabas server in the
  16.     table name length test ...
  17.   - Finally crash-me succeeded.
  18. That's it, folks. The benchmarks have been running on my P90 machine,
  19. 32 MB RAM, with Red Hat Linux 5.0 (Kernel 2.0.33, glibc-2.0.7-6).
  20. Mysql was version 3.21.30, Adabas was version 6.1.15.42 (the one from
  21. the promotion CD of 1997). I was using X11 and Emacs while benchmarking.
  22. An interesting note: The mysql server had 4 processes, the three usual
  23. ones and a process for serving me, each about 2 MB RAM, including a
  24. shared memory segment of about 900K. Adabas had 10 processes running from
  25. the start, each about 16-20 MB, including a shared segment of 1-5 MB. You
  26. guess which one I prefer ... :-)
  27. Jochen Wiedmann, joe@ispsoft.de