You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to handling heavy request load from users, our applications will need to handle database load against a db with large numbers of records. To do this, we'll need to seed the various tables in our DBs with lots of records.
Writing your seed script won't be too difficult, but running it can take some time, so it's recommended that you get started on this part early. Additionally, Ryan Bates' Populator Gem may be worth a look.
Acceptance Criteria:
Create a 'seed' script that creates the following
500,000+ "Job" records
200,000+ "Company" records
300+ "Technology" records
Choice 1
Create and deploy a staging server (if one does not already exist)
Update the README with the staging server location
Size: 5
In addition to handling heavy request load from users, our applications will need to handle database load against a db with large numbers of records. To do this, we'll need to seed the various tables in our DBs with lots of records.
Writing your seed script won't be too difficult, but running it can take some time, so it's recommended that you get started on this part early. Additionally, Ryan Bates' Populator Gem may be worth a look.
Acceptance Criteria:
Choice 1
Choice 2
The text was updated successfully, but these errors were encountered: