1bfb634103
Also added a few cute little utilities: - truncate_log - run_recovery Upped max # of concurrent transactions. (Current throughput during benchmarking remains ~flat up to 32,000 threads, but past max concurrent transactions was 1,000...)
3 lines
87 B
Makefile
3 lines
87 B
Makefile
LDADD=-ldb -lpthread
|
|
bin_PROGRAMS=transapp bdbRaw bdbHash bdbHashThreaded
|
|
AM_CFLAGS=-g
|