Commit Graph

6 Commits

Author SHA1 Message Date
Keith Bostic
7f052063ac Add support for row-store leaf page value dictionaries, using the new
cell type, WT_CELL_VALUE_COPY.

Turn on duplicates for row-store in test/format, drop probability of
Huffman encoding from 40% to 20%.
2012-09-09 16:00:36 +00:00
Alex Gorrod
d833fdc51a Update format test to support different data sources.
Initially added support for table as well as original file. Ready to
support lsm.
2012-08-21 14:47:39 +10:00
Keith Bostic
f7201f6f59 Update the example file, add "threads". 2012-04-16 11:55:49 +00:00
Keith Bostic
cdc59c2bb1 Update, some config strings changed.
--HG--
extra : rebase_source : b4a16200581829114a8162851182ce1da756e714
2011-11-27 15:41:19 +00:00
Keith Bostic
f4a9c3a7c6 Add bzip configuration value, configures bzip2 stream compression.
Change boolean values to be a percent between N and 100, so we can
support boolean choices that at a higher granularity.

Configure extensions (stream compression) for s_dumpcmp.

Turn off salvage for now, it doesn't yet support stream compression.

Consolidate wiredtiger open calls into one function to simplify things
(and always configure extensions).

--HG--
extra : rebase_source : 8394c3c22afa1ad6a515b7066ce8346605fd7b22
2011-08-11 20:43:43 -04:00
Keith Bostic
0d1b47a34e Rename test/bt to be test/format, give it a verbose error message,
automatically rebuild the CONFIG.example file so it stays up to date.

--HG--
rename : test/bt/CONFIG.base => test/format/CONFIG.example
rename : test/bt/Makefile => test/format/Makefile
rename : test/bt/bdb.c => test/format/bdb.c
rename : test/bt/config.c => test/format/config.c
rename : test/bt/config.h => test/format/config.h
rename : test/bt/s_dumpcmp => test/format/s_dumpcmp
rename : test/bt/t.c => test/format/t.c
rename : test/bt/util.c => test/format/util.c
rename : test/bt/vt => test/format/vt
rename : test/bt/vt.suppress => test/format/vt.suppress
rename : test/bt/wts.c => test/format/wts.c
rename : test/bt/wts.h => test/format/wts.h
2011-07-29 10:44:12 -04:00