Re: Dear community

2023-10-20 Thread Tao Li
Hi Liang, AI technology has broad prospects, and large model technology is in full swing If we combine AI technology to automatically tune Carbon's parameters, including some predictions, we will become more user-friendly It's very visionary to exert force here。 On 2023/10/19 07:5

Re: Invite Bo Xu as new release manager . Re: [ANNOUNCE] Bo Xu as new PMC for Apache CarbonData

2023-10-20 Thread Tao Li
Of course, Xu Bo is great. He is capable of playing this role! I really agree On 2023/10/18 07:25:39 Liang Chen wrote: > Dear community > > I would like to propose Bo xu as new PMC to take charge of next new release. > > Regards > Liang > > Liang Chen 于2023年4月24日周一 20:57写道: > > > *Hi * > > >

Re: [ANNOUNCE] Kunal Kapoor as new PMC for Apache CarbonData

2020-04-02 Thread Tao Li
Congratulations Kunal ~~ On 2020/03/29 07:07:04, Liang Chen wrote: > Hi > > > We are pleased to announce that Kunal Kapoor as new PMC for Apache > CarbonData. > > > Congrats to Kunal Kapoor! > > > Apache CarbonData PMC >

Re: [ANNOUNCE] Kunal Kapoor as new PMC for Apache CarbonData

2020-04-02 Thread Tao Li
Congratulations Kunal.

【Web Issues】show datamaps command should be show datamap

2019-09-02 Thread tao li
hi all, under our web site https://carbondata.apache.org/datamap-management.html#datamap-management the descript of datamap may be one mistake. "There is a SHOW DATAMAPS command", does it should be SHOW DATAMAP?

Re: [DISCUSSION] Cache Pre Priming

2019-08-21 Thread tao li
to load into cache, and second time query takes 1.5sec to 2 i think, so > with pre-prime we can achieve more improvement in first time query. > > Regards, > Akash > > On 2019/08/21 03:03:55, tao li wrote: > > hi Akash, > > Before development, we need to kno

Re: [DISCUSSION] Cache Pre Priming

2019-08-21 Thread tao li
; > On 2019/08/21 03:03:55, tao li wrote: > > hi Akash, > > Before development, we need to know how much improvement can be made > > to queries by caching part of the index in advance. > > We need to compare the first and second query and analyze them. We &

Re: [DISCUSSION] Cache Pre Priming

2019-08-20 Thread tao li
hi Akash, Before development, we need to know how much improvement can be made to queries by caching part of the index in advance. We need to compare the first and second query and analyze them. We need to find time differences for several important steps. It can analyze the per

Re: [DISCUSSION] Cache Pre Priming

2019-08-20 Thread tao li
hi Akash, I have a few questions. 1. About the ways to Pre-Prime: there are 2 ways. one is cache when data loading, another is when the cace server started. i think the latter is not desirable,because of load cache may take more it can course the cache server long time no res