Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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