iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[IOTDB-5162] Optimize concurrent schema fetch for same schema

Open MarcosZyk opened this issue 2 years ago • 1 comments

Description

Motivation

When there are different requests trying to fetch the same schema, for example concurrent data insertion for same device and concurrent data query for same timeseries, it's consuming to execute schema fetch for each request when all of them miss the cache.

Modification

Implement device level schemaFetch concurrency control in new extracted ClusterSchemaFetchExecutor.

MarcosZyk avatar Dec 15 '22 09:12 MarcosZyk