Skip to content

Commit

Permalink
perf(core): Increase default token scan split to 20 (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishramachandran committed Nov 3, 2021
1 parent 67d2e34 commit 9eaecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/filodb-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ filodb {
# amount of parallelism to introduce in the token scan queries. This controls number of spark partitions
# increase if the number of splits seen in cassandra reads is low and spark jobs are slow, or
# if we see Cassandra read timeouts in token range scans.
num-token-range-splits-for-scans = 10
num-token-range-splits-for-scans = 20

# Parallel scans per shard. Use this property and num-token-range-splits-for-scans to
# issue parallel queries to cassandra during index load to index reduce recovery times
Expand Down

0 comments on commit 9eaecf6

Please sign in to comment.