Skip to content
Snippets Groups Projects
Commit 6f905184 authored by TYLER CARAZA-HARTER's avatar TYLER CARAZA-HARTER
Browse files

explain bigdata.py

parent 70fe14b0
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,10 @@ columns.
individual files we upload will fit within that limit, but the total
size of the files uploaded will exceed that limit. That's why your
server will have to do sums by reading the files (instead of just
keeping all table data in memory).
keeping all table data in memory). If you want manually test your
code with some bigger uploads, use the `bigdata.py` client. Instead
of uploading files, it randomly generateds lots of CSV-formatted data
and directly uploads it via gRPC.
## Part 4: Locking
......
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