SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-243
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

FS based transactioal index (currently it can only be in memory)

Created: 03/Aug/06 08:00 AM   Updated: 27/Nov/06 02:35 PM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 1.1 M3


 Description  « Hide
Currently, for Read committed transaction, the transactional index is stored in memory. This allows for better performance, but might create OOM for heavily up-datable systems.

An FS based transactional index can be added (naturally, configurable decision between an FS one and an in memory one). This will have an additional future benefit of allowing to resume crashes.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 24/Nov/06 06:10 AM
First go at supporting it is there, though not usable. Proved to be more complicated than anticipated, moving it to next release.

Shay Banon added a comment - 27/Nov/06 02:35 PM
Fs transactional log implemented supporting bigger transactions. No support for resuming crashed transactions yet.