centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Support for retrieving large number of entries

Open trustin opened this issue 8 years ago • 0 comments

Currently, Central Dogma may suffer from memory pressure when a user attempts to retrive a large number of entries. We could make use of reactive stream to reduce memory pressure.

However, this may require non-trivial change on our internal implementation, including:

  • Tree traversal implementations in GitRepository
  • Caching
  • Configuration parameters

trustin avatar Mar 12 '18 06:03 trustin