Hi, Excellent work!
Before we mixed String and Path a lot, and have to split or concat string many times. In this PR, we use DetachedPath to replace String and uncertain Path (that we don't know it's a prefixPath or a measurement or others) until we get the full Path from metadata (Mtree). It's a great optimization! Julian Feinauer <[email protected]> 于2020年8月27日周四 下午4:36写道: > Ah thanks. If you knowit ist good! > > Am 27.08.20, 10:34 schrieb "Boris Zhu" <[email protected]>: > > WeChat Group > > On Thu, Aug 27, 2020 at 4:30 PM Julian Feinauer < > [email protected]> wrote: > > > Hi Boris, > > > > excellent initative! > > I also had a discussion with @Xiangdong Huang and @Jialin Qiao about > that > > matter. > > > > Does one of you remember where we documented our discussion? > > > > Julian > > > > Am 27.08.20, 05:44 schrieb "Boris Zhu" <[email protected]>: > > > > Hi > > I write a pr about using the detached full path instead of the > full > > path > > between SQL analysis and metadata in order to reduce unnecessary > path > > split. A new Class extends Path which is called “PartialPath” > which > > contains the detached full path. BTW, you can use double quotes > in > > name of > > device. here is the pr, > > https://github.com/apache/incubator-iotdb/pull/1627 > > > > > > -- Best, Xiangwei Wei
