Skip to content

Support incremental indexing #147

@captaincoordinates

Description

@captaincoordinates

Incremental indexing can mean:

  • repeatedly indexing the same source to identify additions, removals, and changes
  • indexing multiple sources (catalogs) and having them contribute to the same aggregate catalog
    • this requires the ability to namespace collections to avoid collection naming collisions between catalogs
  • both of the above

Notes

  • index files should be versioned according to the indexer version that created them, so that behaviour can accommodate differently-versioned files
  • need to understand how to retrieve existing index files if remotely located
    • how to return them updated?
  • understand what happens if paging happens over a data change
  • new table required to match root catalog URIs to unique identifiers, allows one root URI without an identifier but not two

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions