Skip to content

Commit

Permalink
reducing number of partitions to 10K
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal authored and iskakaushik committed Dec 27, 2023
1 parent 349dbaf commit 3d99fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ func (c *BigQueryConnector) CreateRawTable(req *protos.CreateRawTableInput) (*pr
Field: "_peerdb_batch_id",
Range: &bigquery.RangePartitioningRange{
Start: 0,
End: 10_000_000,
End: 1_000_000,
Interval: 100,
},
}
Expand Down

0 comments on commit 3d99fb0

Please sign in to comment.