MySQL Forums
Forum List  »  Newbie

Re: A Database within a Database?
Posted by: Rick James
Date: June 10, 2015 08:45AM

> When a new Job is created, all new tables are created under it.

No! More tables with identical structure is almost always the wrong way to do things.

One set of tables. `job_id` is a column in whatever tables have information relating to one job type.

Options: ReplyQuote


Subject
Written By
Posted
June 01, 2015 07:52PM
Re: A Database within a Database?
June 10, 2015 08:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.