Skip to content

Commit 78d0c13

Browse files
committed
Oops, need to note that database file must be copied
1 parent dacb83b commit 78d0c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/week09/hw-09-2.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If the table has multiple indexes, the database will analyze the query constrain
1010

1111
An index can be created for a single column as in the example of I~C~ above. But an index can also be created across multiple columns. For example, an index I~C,D,E~ would index all tuples of values from columns C, D, and E.
1212

13-
For the purposes of this assignment we will be working with an SQLite database that has the same structure as previous class databases but in which the Bird_nests table has 2 million rows, each of which has been fattened to occupy multiple kilobytes. As a consequence, the database file is approximately 8GB. The database file can be found on workbench-1.bren.ucsb.edu at `/courses/EDS213/big-fat.sqlite3`. To use it you will need to do your timings on workbench-1 or otherwise copy or download the database file to your own space.
13+
For the purposes of this assignment we will be working with an SQLite database that has the same structure as previous class databases but in which the Bird_nests table has 2 million rows, each of which has been fattened to occupy multiple kilobytes. As a consequence, the database file is approximately 8GB. The database file can be found on workbench-1.bren.ucsb.edu at `/courses/EDS213/big-fat.sqlite3`. **To use it you will need to copy or download the database file to your own space.**
1414

1515
We will also be working with the following query:
1616

0 commit comments

Comments
 (0)