Indhumathi27 commented on a change in pull request #3335: [HOTFIX]Update Documentation for MV datamap
URL:
https://github.com/apache/carbondata/pull/3335#discussion_r326946802
##########
File path: docs/datamap/mv-datamap-guide.md
##########
@@ -65,6 +65,7 @@ EXPLAIN SELECT a, sum(b) from maintable group by a;
CREATE DATAMAP agg_sales
ON TABLE sales
USING "MV"
+ DMPROPERTIES('TABLE_BLOCKSIZE'='256 MB','LOCAL_DICTIONARY_ENABLE'='false')
Review comment:
Usage of DMProperties has been added in the example, so that user can check and provide provide tableproperties and datamap properties also for child datamap
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services