File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,8 +356,9 @@ To chop up a big query into smaller chunks:
356356~~~
357357export MYBIGQUERY=<your query>
358358export MYQUERY1="$MYBIGQUERY ordered skip 0 limit 1000"
359- export MYQUERY2="$MYBIGQUERY ordered skip 1000 limit 1000"
359+ export MYQUERY2="$MYBIGQUERY ordered skip 1000 limit 1000"
360360export MYQUERY3="$MYBIGQUERY ordered skip 2000 limit 1000"
361+
361362..etc.
362363~~~
363364
Original file line number Diff line number Diff line change 2525 - [ metacat web interface] ( #metacat-web-interface )
2626 - [ Example of finding reconstructed Monte Carlo] ( #example-of-finding-reconstructed-monte-carlo )
2727 - [ you can use the web data catalog to do advanced searches] ( #you-can-use-the-web-data-catalog-to-do-advanced-searches )
28+ - [ get a limited number of files in a query] ( #get-a-limited-number-of-files-in-a-query )
2829 - [ find out how much data there is in a dataset] ( #find-out-how-much-data-there-is-in-a-dataset )
2930 - [ What describes a dataset?] ( #what-describes-a-dataset )
3031 - [ What files are in that dataset and how do I use them?] ( #what-files-are-in-that-dataset-and-how-do-i-use-them )
You can’t perform that action at this time.
0 commit comments