Keith Bostic
2dcb03731e
Now there's a base-configuration file, the format dump script no longer
...
needs to configure all of the extension shared libraries itself.
2015-03-19 17:08:52 -04:00
Keith Bostic
60fdcc9e35
Add LZ4 compression to the standard list.
...
Rework compression choices, take 10% from the no-compression case, and
10% from the bzip case, make them a 20% lz4 case.
2015-03-18 11:24:25 -04:00
Keith Bostic
51b6c7b2df
Zlib compression does "raw" compression in all cases, rename the "raw"
...
configuration to bzip-raw.
Leave bzip raw in place, it deliberately tries to hit some of the edge
cases around raw compression, which can't hurt.
2014-01-31 12:11:04 -05:00
Michael Cahill
6844c40e5d
Add support for zlib compression
2014-01-23 10:41:29 +11:00
Keith Bostic
bdb57e3df6
Add support for a -h home argument so can easily run in a target directory.
2013-12-06 11:54:43 -05:00
Keith Bostic
28660c561f
Changes to move the Berkeley DB KVS implementation out of test/format
...
and loaded as a shared library.
Note we're now passing the Berkeley DB library path as a command-line
argument to s_dumpcmp.
2013-04-18 12:35:29 -04:00
Keith Bostic
17bc2422d6
Add the hooks to make it easy to bring in an LZO handler.
2013-01-21 12:36:03 +00:00
Keith Bostic
5593776817
Add support for WT_COMPRESS::compress_raw, let the underlying compression
...
routine select how many rows are included in each underlying disk block.
Reference #324 .
2012-11-15 13:11:57 +00:00
Keith Bostic
38591db0fd
Rename the WiredTiger installed libraries to libwiredtiger_XXX.
...
Quit installing the nop and reverse_collator libraries.
Rename the session.create block_compressor configuration strings
"bzip2_compress" to "bzip2", and "snappy_compress" to "snappy".
Add documentation for configuring the built-in bzip2 and snappy
configuration in applications.
2012-10-26 11:23:29 +00:00
Keith Bostic
466e7ade5c
Replace test/format's bzip configuration string with compression, which
...
can take one of four arguments (none, bzip, ext, snappy), change format
to run snappy compression if the library is available.
2012-10-26 08:42:25 +00:00
Michael Cahill
b5bb690341
Typo in 306f82e09d.
2012-09-18 10:07:13 +10:00
Michael Cahill
306f82e09d
Fix quoting in test/format dump script.
2012-09-18 08:47:52 +10:00
Keith Bostic
90fc313f76
Don't use chdir(2), use an open argument to wiredtiger_open instead (using
...
chdir makes gdb unhappy).
2012-09-16 13:03:09 +00:00
Keith Bostic
376c7f71ed
Move test/format runs into the subdirectory RUNDIR.
...
Turn on LSM runs but then #ifdef them out, they don't currently work.
2012-09-16 13:03:08 +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
Michael Cahill
b562d62e09
Rename s_dumpcmp so automake realizes it needs to copy it.
...
--HG--
rename : test/format/s_dumpcmp => test/format/s_dumpcmp.sh
2012-04-27 10:36:25 +10:00