1. We do compare field values with the ones stored...
# community-help
k
1. We do compare field values with the ones stored on disk to decide if we should re-index. So we skip unchanged field values. 2. You can use the
/stats
API which lists API requests and their times (it's a sliding window of new API calls from last 10 seconds or so) 3. Check the
/stats
and
/metrics
API -- all visibility related information is provided in these two end-points.
👀 1