bobhan1 commented on code in PR #1510:
URL: https://github.com/apache/doris-website/pull/1510#discussion_r1895588219


##########
docs/table-design/auto-increment.md:
##########
@@ -340,9 +359,10 @@ mysql> select * from tbl3 order by id;
 
 ### Dictionary Encoding
 
-Using bitmaps for audience analysis in user profile requires building a user 
dictionary where each user corresponds to a unique integer dictionary value. 
Aggregating these dictionary values can improve the performance of bitmap.
+Using bitmaps for audience analysis in user profiling involves creating a user 
dictionary, where each user is assigned a unique integer as their dictionary 
value. Aggregating these dictionary values can enhance the performance of 
bitmap operations.

Review Comment:
   ```suggestion
   Using bitmaps for audience analysis in user profiling involves creating a 
user dictionary, where each user is assigned a unique integer as their 
dictionary value. Aggregating these dictionary values can improve the 
performance of bitmap operations.
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to