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