This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-06 23:54:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
308b964ca4
ClickHouse
/
tests
/
perf_drafts
/
vert_merge
/
add_id_to_csv
9 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build and test fixes (#2470)
2018-06-05 17:43:10 +00:00
#!/usr/bin/env bash
Added draft scripts for performance testing of vertical merge. [#METR-23783]
2016-12-21 18:25:32 +00:00
set -e
i=0
while IFS= read line; do
echo "$i,$line"
i=$((i+1))
done
Reference in New Issue
Copy Permalink