Skip to content

Commit

Permalink
YQ kqprun enable runtime listing by default (#8096)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA authored Aug 21, 2024
1 parent 7a9bcb1 commit db99cc3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ydb/tests/tools/kqprun/configuration/app_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ LogConfig {
}

QueryServiceConfig {
EnableMatchRecognize: true
MdbTransformHost: false
ProgressStatsPeriodMs: 1000
QueryArtifactsCompressionMethod: "zstd_6"
ScriptResultRowsLimit: 0
ScriptResultSizeLimit: 10485760
EnableMatchRecognize: true

FileStorage {
MaxFiles: 1000
Expand Down Expand Up @@ -63,6 +63,7 @@ QueryServiceConfig {

S3 {
AllowConcurrentListings: true
AllowLocalFiles: true
FileSizeLimit: 100000000000
GeneratorPathsLimit: 50000
ListingCallbackPerThreadQueueSize: 100
Expand All @@ -74,7 +75,6 @@ QueryServiceConfig {
MaxReadSizePerQuery: 1000000000000
MinDesiredDirectoriesOfFilesPerQuery: 1000
RegexpCacheSize: 100
AllowLocalFiles: true

DefaultSettings {
Name: "AtomicUploadCommit"
Expand All @@ -84,6 +84,10 @@ QueryServiceConfig {
Name: "UseBlocksSource"
Value: "true"
}
DefaultSettings {
Name: "UseRuntimeListing"
Value: "true"
}
}

Yt {
Expand Down

0 comments on commit db99cc3

Please sign in to comment.