Difference between revisions of "ESciDoc Cache"

From MPDLMediaWiki
Jump to navigation Jump to search
(yes, was meant server-less, but typed differently)
Line 2: Line 2:
*high performance
*high performance
*high availability
*high availability
*embedded into the application code (no need for separate storage)
*embedded into the application code (server-less)
::i don't understand the point about the storage. "embedded" in the case of berkeley db does only mean, it's server-less as far as i know.--[[User:Robert|Robert]] 16:20, 21 October 2009 (UTC)
*java api
*java api
*http://www.oracle.com/database/berkeley-db/index.html
*http://www.oracle.com/database/berkeley-db/index.html

Revision as of 08:32, 22 October 2009

Berkeley DB[edit]

  • check integration with Lucene for administrative searches additionally

Lucene[edit]

  • separate index for all latest versions (instead of DBCache) (feasible)?
  • for items: an item contain all attributes needed to cross-check the authorization
    • instead of appending SQL to filter, would it be possible to append query to the user query that deals with auth data?
    • is the problem how to actually derive this query?
  • is this also valid for containers? (i.e. an item may be a member of several containers, but i think this has nothing to do)

If this would be possible, no additional cache would be needed?