Skip to content

[IOTDB-4277] [IOTDB-4269] Optimize TypeProvider & bug fix#7266

Merged
JackieTien97 merged 14 commits intomasterfrom
lmh/TypeProviderOpt
Sep 9, 2022
Merged

[IOTDB-4277] [IOTDB-4269] Optimize TypeProvider & bug fix#7266
JackieTien97 merged 14 commits intomasterfrom
lmh/TypeProviderOpt

Conversation

@liuminghui233
Copy link
Member

@liuminghui233 liuminghui233 commented Sep 8, 2022

In this PR,

  1. Replace TypeProvider in Analysis with Map<NodeRef<Expression>, TSDataType> expressionTypes. This reduces strings and fixes the bug IOTDB-4269.
  2. The TypeProvider is constructed in the process of generating the query plan, and the TyprProvider is split at the same time when the FI is split to reduce unnecessary network transmission.
  3. The expression will be re-analyzed when generating the operator tree.

@liuminghui233 liuminghui233 changed the title [IOTDB-4277] Optimize TypeProvider [IOTDB-4277] [IOTDB-4269] Optimize TypeProvider & bug fix Sep 8, 2022
@JackieTien97 JackieTien97 merged commit bdd7ca8 into master Sep 9, 2022
@JackieTien97 JackieTien97 deleted the lmh/TypeProviderOpt branch September 9, 2022 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants