v.21.3New Feature
New event_time_microseconds Column in system.part_log Table
Newevent_time_microsecondscolumn insystem.part_logtable. #20027 (Bharat Nallan).
Why it matters
This feature adds higher precision timestamp data tosystem.part_log by recording event times in microseconds, enhancing the ability to analyze and troubleshoot part-related events with greater temporal accuracy.How to use it
Users can query theevent_time_microseconds column directly from the system.part_log table to obtain event timestamps with microsecond precision, for example: sql<br>SELECT event_time_microseconds FROM system.part_log WHERE <condition>;<br>