index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
repo
/
indexed
/
ManagedIndex.java
Age
Commit message (
Expand
)
Author
2015-10-14
Handle more retryable exceptions during index build.
broneill
2013-04-23
Add index repair options to discard duplicates or only verify.
Brian S. O'Neill
2013-04-22
Fix to remove bogus index entries if the primary key can't be loaded
Jesse Morgan
2012-09-09
Index repair improvements.
Brian S. O'Neill
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2011-11-11
Handle more timeout types, make timeout configurable.
Brian S. O'Neill
2011-11-10
Add retry logic to index repair.
Brian S. O'Neill
2011-11-07
Ensure transaction is in "for update" mode during index repair.
Brian S. O'Neill
2011-11-05
Index repair retries following deadlocks.
Brian S. O'Neill
2011-06-30
Skip corrupt master entries, allow existing index entry.
Brian S. O'Neill
2011-05-18
Add FIXME comment.
Brian S. O'Neill
2011-05-17
Don't rebuild index if nothing to build. Make sure bogus index entries are tr...
Brian S. O'Neill
2011-05-14
Commit batches of deletes during index repair.
Brian S. O'Neill
2011-05-04
Add support for Query controller and timeouts; remove vestigial support for i...
Brian S. O'Neill
2010-08-26
More robust corruption repairs.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2009-10-13
Removed bogus fixme comment.
Brian S. O'Neill
2009-06-12
Add fixme comment.
Brian S. O'Neill
2009-03-27
Make sure FetchException propagates from generated index Storable correctly.
Brian S. O'Neill
2008-12-22
Eliminate level of indirection when accessing indexes.
Brian S. O'Neill
2008-05-25
Fixed cyclic dependency with indexes against complex derived properties.
Brian S. O'Neill
2008-05-14
Index repair now deletes bogus entries.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-05-01
Add index repair method.
Brian S. O'Neill
2008-05-01
Add index repair method.
Brian S. O'Neill
2008-04-30
Recover from potential deadlocks against repositories with coarse locks.
Brian S. O'Neill
2008-02-26
Index build skips records which are corrupt instead of giving up entirely.
Brian S. O'Neill
2007-10-11
Support sorting of arrays.
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-04-29
Merged in support for derived properties.
Brian S. O'Neill
2007-03-15
IndexedRepository supports optional and throttled index repair.
Brian S. O'Neill
2007-02-18
Index creation does a better job of picking up where it left off, avoiding un...
Brian S. O'Neill
2007-02-13
Added progress logging during index build.
Brian S. O'Neill
2007-01-30
Make sure index populate re-opens proper transaction after batch commit.
Brian S. O'Neill
2007-01-30
More cursor closing paranoia.
Brian S. O'Neill
2006-11-04
Support transaction isolation level of "none".
Brian S. O'Neill
2006-10-31
Index records no longer use join property to link to master and instead copy ...
Brian S. O'Neill
2006-10-20
Resolved deadlocks.
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill