README
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:

MySQL

Development Platform:

Visual C++

  1. # $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $
  2. ex_access.c Using just the DB access methods.
  3. ex_btrec.c Using the BTREE access method with record numbers.
  4. ex_env.c Setting up the DB environment.
  5. ex_lock.c Locking.
  6. ex_mpool.c Shared memory buffer pools.
  7. ex_tpcb.c TPC/B.
  8. Ex_tpcb sets up a framework in which to run a TPC/B test.
  9. Database initialization (the -i flag) and running the
  10. benchmark (-n flag) must take place separately (i.e.,
  11. first create the database, then run 1 or more copies of
  12. the benchmark).  Furthermore, when running more than one
  13. TPCB process, it is necessary to run the deadlock detector
  14. (db_deadlock), since it is possible for concurrent tpcb
  15. processes to deadlock.  For performance measurement, it
  16. will also be beneficial to run the db_checkpoint process
  17. as well.