[GitHub] incubator-carbondata pull request #317: added test case for file system

2016-11-14 Thread anubhav100
GitHub user anubhav100 opened a pull request: https://github.com/apache/incubator-carbondata/pull/317 added test case for file system Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatte

[jira] [Created] (CARBONDATA-410) Implement test cases for core.datastore.file system

2016-11-14 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-410: Summary: Implement test cases for core.datastore.file system Key: CARBONDATA-410 URL: https://issues.apache.org/jira/browse/CARBONDATA-410 Project: CarbonData

[Feature] proposal for update and delete support in Carbon data

2016-11-14 Thread Vinod KC
Hi All I would like to propose following new features in Carbon data 1) Update statement to support modifying existing records in carbon data table 2) Delete statement to remove records from carbon data table A) Update operation: 'Update' features can be added to CarbonData using intermediate Delt

[GitHub] incubator-carbondata pull request #316: [WIP]create agg table segment for ev...

2016-11-14 Thread Jay357089
Github user Jay357089 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/316 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

Re: [RESULT][VOTE] Apache CarbonData 0.2.0-incubating release

2016-11-14 Thread Uma gangumalla
Sorry for coming late on this. here is my +1 (binding) too. I will carry my +1 to incubator list as well. Regards, Uma On Sun, Nov 13, 2016 at 6:20 AM, Liang Chen wrote: > Hi > > PPMC vote has passed, the result as below: > +1(binding) : 6 > +1(non-binding) : 6 > Thanks all for your vote. > >

RE: Single Pass Data Load Design

2016-11-14 Thread Jihong Ma
Hi Ravindra, Thank you for putting together a proposal for improving data load process! Please find my comments in-lined in the Google doc. Jihong -Original Message- From: Ravindra Pesala [mailto:ravi.pes...@gmail.com] Sent: Sunday, November 13, 2016 4:24 AM To: dev Subject: Single Pa

[GitHub] incubator-carbondata pull request #316: [WIP]create agg table segment for ev...

2016-11-14 Thread Jay357089
GitHub user Jay357089 opened a pull request: https://github.com/apache/incubator-carbondata/pull/316 [WIP]create agg table segment for every fact table single segment Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] M

Re: [Vote] Please provide valuable feedback's and vote for Like filter query performance optimization

2016-11-14 Thread Ravindra Pesala
+1 On Mon, Nov 14, 2016, 3:54 PM sujith chacko wrote: > Hi liang, > Yes, its for high cardinality columns. > Thanks, > Sujith > > On Nov 14, 2016 2:01 PM, "Liang Chen" wrote: > > > Hi > > > > I have one query : for no dictionary columns which are high cardinality > > like phone number, Whether

Re: [Vote] Please provide valuable feedback's and vote for Like filter query performance optimization

2016-11-14 Thread sujith chacko
Hi liang, Yes, its for high cardinality columns. Thanks, Sujith On Nov 14, 2016 2:01 PM, "Liang Chen" wrote: > Hi > > I have one query : for no dictionary columns which are high cardinality > like phone number, Whether the pruning cost is hight,or not ? > > Regards > Liang > > 2016-11-14 15:18

[jira] [Created] (CARBONDATA-409) Drop non-existing macro executes successfully while it must give an error.

2016-11-14 Thread Sangeeta Gulia (JIRA)
Sangeeta Gulia created CARBONDATA-409: - Summary: Drop non-existing macro executes successfully while it must give an error. Key: CARBONDATA-409 URL: https://issues.apache.org/jira/browse/CARBONDATA-409

Re: [Vote] Please provide valuable feedback's and vote for Like filter query performance optimization

2016-11-14 Thread Kumar Vishal
+1 Hi Liang, Pruning cost won't be high as block pruning will be done at complete btree level and it will improve query performance for no dictionary column. -Regards Kumar Vishal On Nov 14, 2016 14:01, "Liang Chen" wrote: > Hi > > I have one query : for no dictionary columns which are high car

Re: Single Pass Data Load Design

2016-11-14 Thread Liang Chen
Hi Yes, good feature. This improvement would significantly improve data load performance. Can you provide a sequence diagram for the whole data load process? Regards Liang 2016-11-14 15:42 GMT+08:00 Jacky Li : > Hi Ravindra, > > Thanks for proposing this design. It is really exciting if CarbonD

[GitHub] incubator-carbondata pull request #313: [CARBONDATA-405]Fixed Data load fail...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/313 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

Re: [Vote] Please provide valuable feedback's and vote for Like filter query performance optimization

2016-11-14 Thread Liang Chen
Hi I have one query : for no dictionary columns which are high cardinality like phone number, Whether the pruning cost is hight,or not ? Regards Liang 2016-11-14 15:18 GMT+08:00 sujith chacko : > Hi All, > > I am going to optimize the LIKE Filter query flow for no-dictionary > columns, pleas