Table: employees
employee_key INT
employee_name VARCHAR (40)
employee_salary INT
employee_department VARCHAR (50)
In Regatta, you may define in which devices (storage devices that are local to each node in the cluster) the table should be stored in as well as indexes if specified. In the following example we will show both methods.