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...)
8 lines
109 B
C
8 lines
109 B
C
#include <lladd/transactional.h>
|
|
|
|
int main(void) {
|
|
Tinit();
|
|
Tdeinit();
|
|
return compensation_error();
|
|
}
|
|
|