Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 pattern 1pattern 2pattern 3Robustness
PreferenceCT = LATCT < LATCT < LATCT < LAT

Build time based index

Building time based index is to allow fast search based on timestamps. Please refer to "Searching message by timestamp" for related discussion.

Because CreateTime can be (and is likely) set by different producers, they are likely not in order. Building time based index based on CreateTime will be difficult. So LogAppendTime is preferable for building time based log index.

Application use cases

Stream Processing

...