Sears Russell
92bbb84c33
Updated figures, started bibliography.
2004-10-23 00:42:54 +00:00
Eric Brewer
2a588219e9
outlier version
2004-10-23 00:30:05 +00:00
Eric Brewer
0ddce66dc3
new pdfs
2004-10-22 23:35:08 +00:00
Sears Russell
57820a0469
New Evaluation text.
2004-10-22 22:21:40 +00:00
Eric Brewer
7b8c0c467e
edits
2004-10-22 21:54:35 +00:00
Sears Russell
f07d0321c7
Wrote conclusion, misc updates.
2004-10-22 21:20:30 +00:00
Eric Brewer
13927883c7
edits
2004-10-22 21:09:45 +00:00
Sears Russell
bba27699c3
Last edit before lunch.
2004-10-22 21:02:10 +00:00
Sears Russell
6d35e042a5
Moved section around, shrank a diagram.
2004-10-22 19:56:59 +00:00
Sears Russell
630112937b
Merged conflicts, update to section 4.
2004-10-22 19:40:13 +00:00
Eric Brewer
8cf5d11c21
edits
2004-10-22 19:36:57 +00:00
Eric Brewer
ee86c3ffbc
major edits...
2004-10-22 19:24:03 +00:00
Sears Russell
9c7e14190b
Updated everything before section 2.2.1 (and added text for section 2.2)
2004-10-22 19:00:08 +00:00
Eric Brewer
961db20963
future work
2004-10-22 06:21:51 +00:00
Sears Russell
f375176537
Performance section edits.
2004-10-22 06:07:44 +00:00
Eric Brewer
39520efd16
added pdf
2004-10-22 05:58:34 +00:00
Sears Russell
75b8e7e62c
Another manual merge.
2004-10-22 05:44:40 +00:00
Sears Russell
e9f41b8671
New intro / abstract Eric.
2004-10-22 05:07:22 +00:00
Sears Russell
1bd2fbf2dd
minor revision.
2004-10-22 05:03:16 +00:00
Sears Russell
bca199968b
*** empty log message ***
2004-10-22 04:57:25 +00:00
Sears Russell
3d2a36c417
Fixed typo
2004-10-20 23:10:37 +00:00
Sears Russell
939badfda0
New benchmark. :)
2004-10-20 23:02:16 +00:00
Sears Russell
aead6a5a83
New benchmark, fixed for PROFILE_LATCHES.
2004-10-20 21:55:00 +00:00
Sears Russell
e05286c9c5
set this back to old value.
2004-10-20 21:36:39 +00:00
Sears Russell
b59ba35ed4
parameter tweak..
2004-10-20 06:54:39 +00:00
Sears Russell
70b8aca134
Set some constants to values appropriate for my desktop.
2004-10-20 06:48:29 +00:00
Sears Russell
281781dfd0
Forgot this file...
2004-10-20 06:29:55 +00:00
Sears Russell
6a744690f8
Added special 'EVERYTHING.script' which runs the tests from fastest to slowest. (To be run overnight...)
2004-10-20 06:28:31 +00:00
Sears Russell
af9e7adee0
Starting work on the actual graph-generation portion of the benchmarks. :)
2004-10-20 06:21:21 +00:00
Sears Russell
903ba4b97b
Bugfix.
2004-10-19 22:58:56 +00:00
Sears Russell
ec99c0e258
Lots of optimizations; re-did on-disk layout for the linear hash table.
2004-10-19 21:16:37 +00:00
Sears Russell
6b265f28b0
Speedups, most notably in the logging subsystem.
2004-10-19 04:45:42 +00:00
Sears Russell
c850ce3a51
The logger now calls fwrite half as often as it used to. This could be improved significantly, but some latching details internal to the logger need to be worked out first.
2004-10-18 19:19:10 +00:00
Sears Russell
ec1276f26f
Preliminary version of logical logging linear hash. (No latching yet, and there are some bugs re-opening a closed hash.)
2004-10-18 18:24:54 +00:00
Sears Russell
04cfc7da8e
Optimized the 'naive' linear hash table, and moved to sourceforge. :)
2004-10-17 02:17:00 +00:00
Sears Russell
a078f25475
Implemented a linear hash from scratch. Concurrency hasn't been done, but it's probably correct in the single thread case.
2004-10-12 02:44:47 +00:00
Sears Russell
5064e3fac2
Implemented pages that store fixed sized records efficiently, and a java-style ArrayList data structure that efficiently supports (relatively) clustered, O(1) access time expandable arrays. (This will be used for the hash implementation...)
2004-10-06 06:08:09 +00:00
Sears Russell
9268b1d9cf
Added support for gcov, and ran gprof. Shaved 10% off the runtime of check_page by optimizing rw.c
2004-10-04 05:24:12 +00:00
Sears Russell
96e7af92a4
Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation.
...
Also, numerous bugfixes.
2004-10-02 07:29:34 +00:00
Sears Russell
811bc5c710
Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations)
...
Fixed some blob bugs (by adding extra fdatasync() calls).
Began factoring out the page management code so that it is an extenstion, and a less integral part of lladd.
2004-08-21 00:03:30 +00:00
Sears Russell
b4d7883f66
Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system.
2004-08-17 01:46:17 +00:00
Sears Russell
82e3fdb53a
Added (untested) support for whole-page operations, lladdhash now works.
2004-08-03 02:04:56 +00:00
Sears Russell
20e78dd0db
Test cases for indirect blocks.
2004-07-31 00:28:45 +00:00
Sears Russell
e51759b517
Implemented indirect pages, and fixed some bugs here and there. (Still need to add transactional support for indirect pages...)
2004-07-31 00:27:55 +00:00
Sears Russell
a74c499dd7
Fixed data corruption bug in the freelist implementation, and corrected lsn updates.
2004-07-30 02:07:41 +00:00
Sears Russell
961b63af15
Rewrote / refactored page.h. Now, it uses a freelist to reclaim slotid's within a page, and is implemented as two seperate modules. The first handles lsn's, and (will soon) check the type of each page, and then delegate work to a particular implementation of the second module.
2004-07-30 01:28:39 +00:00
Sears Russell
c649ba7504
O_DIRECT is working now.
2004-07-27 22:04:59 +00:00
Sears Russell
3cbe112926
Moved some utility functions into their own file.
2004-07-27 21:33:00 +00:00
Sears Russell
78eb2cbf6a
O_DIRECT (sort of...)
2004-07-27 21:30:54 +00:00
Sears Russell
54ba9b0347
Refactored bufferMananger / pageCache, so that bufferMananger handles loading an unloading pages, and pageCache only implements the replacement policy.
...
Also, used memprof to detect and remove all memory leaks (at least all memory leaks that are encountered by check_transactional2), and fixed a number of misuses of the pblHash.
2004-07-27 01:04:35 +00:00