This is an automated email from the ASF dual-hosted git repository.

techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new d38703281c6 updated description of rowsPerPage in export operations 
(#16048)
d38703281c6 is described below

commit d38703281c6e4b0fd577d91a0cacb28a5b1b5014
Author: Sergio Ferragut <sergioferra...@users.noreply.github.com>
AuthorDate: Tue Mar 5 15:42:12 2024 -0800

    updated description of rowsPerPage in export operations (#16048)
    
    * updated description of rowsPerPage in export operations
    
    * Update docs/multi-stage-query/reference.md
    
    Co-authored-by: Charles Smith <techdocsm...@gmail.com>
    
    ---------
    
    Co-authored-by: Charles Smith <techdocsm...@gmail.com>
---
 docs/multi-stage-query/reference.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/multi-stage-query/reference.md 
b/docs/multi-stage-query/reference.md
index 115a9e60050..45dfa464416 100644
--- a/docs/multi-stage-query/reference.md
+++ b/docs/multi-stage-query/reference.md
@@ -106,7 +106,8 @@ Keep the following in mind when using EXTERN to export rows:
 - You can export to Amazon S3 or local storage.
 - The destination provided should contain no other files or directories.
 
-When you export data, use the `rowsPerPage` context parameter to control how 
many rows get exported. The default is 100,000.
+When you export data, use the `rowsPerPage` context parameter to restrict the 
size of exported files.
+When the number of rows in the result set exceeds the value of the parameter, 
Druid splits the output into multiple files.
 
 ```sql
 INSERT INTO


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

Reply via email to