Skip to content
Snippets Groups Projects
Unverified Commit 52ed016b authored by Howon Lee's avatar Howon Lee Committed by GitHub
Browse files

Reduce sync query size for expedient amelioration of #22636 (#22662)

It's too slow, it's O(n), make n go down a fair bit while we do a bigger fix and set up regular profiling just for this
parent a3bce7a2
No related merge requests found
......@@ -206,7 +206,7 @@
(def ^:const nested-field-sample-limit
"Number of rows to sample for describe-nested-field-columns"
10000)
500)
(defn- flattened-row [field-name row]
(letfn [(flatten-row [row path]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment