908 Commits (7b338ea7bfd9fb9677c7c1634d760f41b4a611ab)

Autor SHA1 Nachricht Datum
  James Ahlborn f340f01a63 minor code cleanups vor 16 Jahren
  James Ahlborn fa480ea0c4 ugly typo vor 16 Jahren
  James Ahlborn 1069360cde add some documentation on large index support (#1564870) vor 16 Jahren
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) vor 16 Jahren
  James Ahlborn d28f9864b9 ditch some extraneous casts vor 16 Jahren
  James Ahlborn 6a5928f754 clean up big index handling; get unit tests passing vor 16 Jahren
  James Ahlborn a341781aa4 put entry validation inline with entry reading vor 16 Jahren
  James Ahlborn 5ed9b04c40 complete rework of large index support after realizing that my understanding of the node page structure was a wee bit incorrect; basic operations are working, some testing implemented vor 16 Jahren
  James Ahlborn 7d405b6f8e tweak tostring vor 16 Jahren
  James Ahlborn 6af3a8bd60 tweak tostring vor 16 Jahren
  James Ahlborn 4a3fcb78f1 add code to dump page cache to string vor 16 Jahren
  James Ahlborn a384c7f87e initial (untested) code which supports page splitting vor 16 Jahren
  James Ahlborn 181185dd28 minor tweaks vor 16 Jahren
  James Ahlborn 2c480d7a1b continuing minor refactoring vor 16 Jahren
  James Ahlborn 4bf77267a5 more minor refactoring vor 16 Jahren
  James Ahlborn 7bc622cabb add support for optionally enabling big index support vor 16 Jahren
  James Ahlborn 4458461f52 make unit tests work for either index type; minor refactoring vor 16 Jahren
  James Ahlborn d52cf53037 move index pagetypes to the public type; some minor cleanup vor 16 Jahren
  James Ahlborn 095e6cc549 flesh out some of the index page update operations vor 16 Jahren
  James Ahlborn c262ce564f initial code for implementing read/write multi-page index support vor 16 Jahren
  James Ahlborn a1603f47e3 refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index vor 16 Jahren
  James Ahlborn 12d9cde06f refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index vor 16 Jahren
  James Ahlborn 1e5bdaed82 refactor Index/SimpleIndex to move the Cursor handling back into Index vor 16 Jahren
  James Ahlborn a85e7e333e add constants for movement booleans vor 16 Jahren
  James Ahlborn ea664f7a7d clear nextPageNumber for held dataPage vor 16 Jahren
  James Ahlborn 1830cdea4f more comment updates vor 16 Jahren
  James Ahlborn fe834eda8d remove some old comments vor 16 Jahren
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support vor 16 Jahren
  James Ahlborn b6276a1978 update FAQ vor 16 Jahren
  James Ahlborn 89c87596a3 update FAQ vor 16 Jahren
  James Ahlborn 4f8ad5e272 add ByteUtil.getUnsignedShort vor 16 Jahren
  James Ahlborn 8c7485a0a1 no need to be inner class vor 16 Jahren
  James Ahlborn 5ed6738629 better max size calculation vor 16 Jahren
  James Ahlborn fc589ceff5 add issue number vor 16 Jahren
  James Ahlborn ed1290ab68 redundant code vor 16 Jahren
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be vor 16 Jahren
  James Ahlborn d0c37f811d update the bounds before updating the positions vor 16 Jahren
  James Ahlborn 67acdb9068 truncate file before overwriting vor 16 Jahren
  James Ahlborn 5293a761c4 prep for release vor 16 Jahren
  James Ahlborn ca15878cc1 allow for TempBufferHolder which does not maintain reference (cleans up addRows) vor 16 Jahren
  James Ahlborn d7da2f605b add TableBuilder utility vor 16 Jahren
  James Ahlborn fbe33559bd add TableBuilder utility vor 16 Jahren
  James Ahlborn 3a52141904 minor cleanups vor 16 Jahren
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) vor 16 Jahren
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount vor 16 Jahren
  James Ahlborn 53b5bde042 remove unused import vor 16 Jahren
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places vor 16 Jahren
  James Ahlborn 8f8d0c0756 add some notes on unique indexes vor 16 Jahren
  James Ahlborn 446e80d696 no need to use maxColCount and colNumber when storing row results vor 16 Jahren
  James Ahlborn b1defc16c3 refactor some common code for encoding/decoding uncompressed strings vor 16 Jahren