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

OAK-11290 - Improve logging of publish indexing job (WIP) #1887

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Conversation

nfsantos
Copy link
Contributor

@nfsantos nfsantos commented Dec 3, 2024

Log the following metrics in OutOfBandIndexer

  • total indexing time
  • nodes traversed
  • nodes indexed
  • total size of indexed data generated

Log total size of index data generated and sizes per index in all offline indexers:

15:24:24 - Total size of index data generated: 7448 (7 KB)
  - fooIndex: 1 files, 7448 (7 KB)

Remove tracking and logging of MERGE_NODE_STORE timings, as these were always 0.

Code cleanups in IndexImporter class

…e always 0.

Track total indexing time for publish reindexing.
Code cleanups in IndexImporter class
- nodes traversed
- nodes indexed
Log total size of index data generated and sizes per index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant