Skip to content

Commit

Permalink
Add configuration properties section in tpcds connector
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalreetika committed Nov 15, 2024
1 parent 80f094b commit 360bf94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions presto-docs/src/main/sphinx/connector/tpcds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ corresponds to a gigabyte of data. For example, for scale factor ``300``,
a total of ``300`` gigabytes will be generated. The ``tiny`` schema is an
alias for scale factor ``0.01``, which is a very small data set useful for
testing.

General Configuration Properties
---------------------------------

================================================== ========================================================================== ==============================
Property Name Description Default
================================================== ========================================================================== ==============================
``tpcds.splits-per-node`` Number of data splits generated per Presto worker node when querying Number of available processors
data from the TPCDS connector.
================================================== ========================================================================== ==============================

0 comments on commit 360bf94

Please sign in to comment.