jerry-024 commented on PR #723:
URL: https://github.com/apache/paimon-rust/pull/723#issuecomment-5315047399

   This PR adds opt-in phase-level timing diagnostics for vector index builds.
   
   Enable with:
   
   `PAIMON_LOG_VECTOR_INDEX_BUILD_TIMING=1`
   
   The timing log now separates:
   - source batch wait
   - OSS/file reads and Parquet decoding
   - raw temporary-file writes and rereads
   - index training and index add
   - serialization/upload and snapshot commit
   - total/unattributed time and related counters
   
   Logging remains disabled by default. Verified with the full `cargo test -p 
paimon` suite, enabled/disabled timing tests, `cargo fmt --all -- --check`, and 
`git diff --check`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to