Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMFIndex Meeting Minutes"

m
(Next Meeting: 5th of July 2009)
Line 1: Line 1:
== Next Meeting: 5th of July 2009 ==
+
== Next Meeting: 5th of July 2009 11am CEST ==
 +
 
 +
Meeting details to be announced
  
 
== 30th of June 2009  ==
 
== 30th of June 2009  ==

Revision as of 08:18, 31 July 2009

Next Meeting: 5th of July 2009 11am CEST

Meeting details to be announced

30th of June 2009

Participants

  • Boris Gruschko (SAP)
  • Jan Köhnlein (itemis)
  • Bernd Kolb (SAP)
  • Christian Mohr (SAP)
  • Martin Strenge (SAP)


SAP presented their latest API proposal.

  • XDescriptors are replaced by XResults as they are only relevant as query results.
  • XResults reference each other only by URI.
  • M2 information is treated the same way as M1 information, i.e. no more explicit EClass/EReference/EPackage entries
  • Indexing has been generified: User data has been removed from Resource and EObject entries as well as displayName.


Discussion on user data

Jan:

  • We need domain-specific information in the index for efficient querying in domain-specific tools, e.g. for fully qualified names.
  • We should not have to load resources to match such queries.

SAP:

  • Any additional information is consuming much memory.
  • Only scopes offered by the index are resource and eclass scopes, as the experience shows these are sufficient to limit the amount of resources to be loaded for matching the query.
  • Not clear how index is kept in sync when to user info is derived information.
  • Not clear how two applications who's responsible for indexing when two apps require different user data on the same metamodel.
  • Higher level queries - such as the domain specific ones - are treated on the EMF Query level.


SAP shows their ideas on EMF Query, based on their  MQL (MOIN Query Language)


There seems to be a different understanding on the architecture of a domain-specific tool

itemis:

  • Domain-specifically configurable EMF Index is used directly.
  • Different backends for different model storage technologies (DB, filesystem, ...)

SAP:

  • EMF Index is generic
  • EMF Index mainly used to make EMF Queries more efficient in the absence of a DB


Next steps:

  • Inform all stakeholders, collect requirements and decide on the API based on that.
  • Propose Christian and Martin as committers



Copyright © Eclipse Foundation, Inc. All Rights Reserved.