Skip to content

Conversation

@kkrik-es
Copy link
Contributor

Replace current 20-byte sequence with a long value for tsid. This is expected to help with query performance.

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@elasticsearchmachine
Copy link
Collaborator

Hi @kkrik-es, I've created a changelog YAML for you.

throw new IllegalArgumentException("Field [" + name() + "] of type [" + typeName() + "] doesn't support formats.");
}
if (useIdLong) {
return (format == null) ? DocValueFormat.RAW : new DocValueFormat.Decimal(format);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like format can't be non-null here. Should the above if include a useIdLong == false?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants