diff --git a/40/generated/topic_config.html b/40/generated/topic_config.html index 6de2732c4..eeeef1776 100644 --- a/40/generated/topic_config.html +++ b/40/generated/topic_config.html @@ -111,7 +111,7 @@

index.interval.bytes

-

This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.

+

This setting controls how frequently Kafka adds entries to its offset index and, conditionally, to its time index. The default setting ensures that we index a message roughly every 4096 bytes. More frequent indexing allows reads to jump closer to the exact position in the log but results in larger index files. You probably don't need to change this.

Note: the time index will be inserted only when the timestamp is greater than the last indexed timestamp.

Type:int
Default:4096 (4 kibibytes)