Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODE-1291 Initial commit of Infinispan BinaryStore impl #472

Merged
merged 1 commit into from Aug 18, 2012
Merged

MODE-1291 Initial commit of Infinispan BinaryStore impl #472

merged 1 commit into from Aug 18, 2012

Conversation

kosch
Copy link
Contributor

@kosch kosch commented Aug 10, 2012

  • replaced distributed executable with map reduce
  • applied changes according MODE-1586
  • Still open: integration into modeshape configuration

protected long modificationTime;
protected long unusedSince;
protected String mimeType;
protected String extractedText;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extracted text actually can be quite large. Why not store the extracted text in the same blob cache, just with slightly-modified keys (e.g., append "-text" to the binary key)?

@rhauch
Copy link
Contributor

rhauch commented Aug 10, 2012

Overall this looks really good. I would recommend changing the binary store to persist the extract text with the blobs rather than the metadata (since the extract text for a large binary value could be quite large itself).

@kosch
Copy link
Contributor Author

kosch commented Aug 12, 2012

I've changed the storage of extracted text as suggested. As next I'll integrate the stuff into the configuration.

@kosch
Copy link
Contributor Author

kosch commented Aug 16, 2012

Last open point: removal of unused stuff. Will be fixed shortly.

- replaced distributed executable with map reduce
- applied changes according MODE-1586
- Still open: integration into modeshape configuration

MODE-1291 extracted text now stored as binary data
@kosch
Copy link
Contributor Author

kosch commented Aug 18, 2012

Its now ready to be pushed. I've to admit, that I do not have tested all combinations of cache configuration.

@rhauch rhauch merged commit 5b89f44 into ModeShape:master Aug 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants