-
- Downloads
perf: Optimize CSV exporting (#45757)
* perf: Use more efficient iteration and formatting in CSV export * perf: Replace clojure.data.csv functions with more efficient implementations * fix: Fix formatting for integer numbers in scientific notation
Showing
- src/metabase/formatter.clj 46 additions, 25 deletionssrc/metabase/formatter.clj
- src/metabase/query_processor/middleware/format_rows.clj 3 additions, 2 deletionssrc/metabase/query_processor/middleware/format_rows.clj
- src/metabase/query_processor/streaming/csv.clj 41 additions, 8 deletionssrc/metabase/query_processor/streaming/csv.clj
- src/metabase/util/performance.clj 71 additions, 0 deletionssrc/metabase/util/performance.clj
- test/metabase/formatter_test.clj 10 additions, 1 deletiontest/metabase/formatter_test.clj
Loading
Please register or sign in to comment