How to design a database for production volume and loses control? The 2019 Stack Overflow...
How was Skylab's orbit inclination chosen?
Confusion about non-derivable continuous functions
How to make payment on the internet without leaving a money trail?
If a poisoned arrow's piercing damage is reduced to 0, do you still get poisoned?
The difference between dialogue marks
Limit the amount of RAM Mathematica may access?
"Riffle" two strings
In microwave frequencies, do you use a circulator when you need a (near) perfect diode?
Access elements in std::string where positon of string is greater than its size
Spanish for "widget"
Inversion Puzzle
Inline version of a function returns different value then non-inline version
What do hard-Brexiteers want with respect to the Irish border?
Idiomatic way to prevent slicing?
It's possible to achieve negative score?
A poker game description that does not feel gimmicky
aging parents with no investments
Inflated grade on resume at previous job, might former employer tell new employer?
What is this 4-propeller plane?
Deadlock Graph and Interpretation, solution to avoid
Why isn't airport relocation done gradually?
How to reverse every other sublist of a list?
Where does the "burst of radiance" from Holy Weapon originate?
Unbreakable Formation vs. Cry of the Carnarium
How to design a database for production volume and loses control?
The 2019 Stack Overflow Developer Survey Results Are InHow would you design a table for a booking system?Database Design Regarding a Relationship for Patient VisitBus time schedule database designNested one to many relationships?How to design tables for airbnb style booking systemDB design for employee working hours constraintsDatabase for buses timetablesDesign for CE Events / Training DatabaseVehicle Pickup time database designDatabase Design to Store Events Which Have Different Required Attributes
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I must develop a database for inputting information of the produced volume (hourly), quality and technical issues during this production. There are 3 production lines. Each line can run through specific timespace (for example, Line A stops for lunch at 11:45 for 50 minutes, Line B and C stops at 12:30 for 60 minutes). The Line C runs only from 6 a.m. to 11 p.m., while both other Lines run all day long. The lines may have different tact-times according to the day/time, and this may be changed. Each line has an Operational Volume Objective per hour (ammount of pieces that must be produced), and a Capacity Volume (that is the available time in a specific hour divided by the tact-time). The issues which stop the line must be recorded, but not hourly, since one problem can stop the line at 6:30 and only be solved at 9:14 for example. I just can't figure out how to divide all this information in different tables so that I can store this data, could someone help me please?
I've tried to input the tact-time and available time for each hour together with the actual produced volume, but the user should only input how much he produced in that hour and what were the loses, the cycle-time should come automaticaly from another table, which a econd user can update, changing the available times and cycle-times for each line when necessary. An example on hourly info abaout production is shown bellow:
database-design database-recommendation
New contributor
add a comment |
I must develop a database for inputting information of the produced volume (hourly), quality and technical issues during this production. There are 3 production lines. Each line can run through specific timespace (for example, Line A stops for lunch at 11:45 for 50 minutes, Line B and C stops at 12:30 for 60 minutes). The Line C runs only from 6 a.m. to 11 p.m., while both other Lines run all day long. The lines may have different tact-times according to the day/time, and this may be changed. Each line has an Operational Volume Objective per hour (ammount of pieces that must be produced), and a Capacity Volume (that is the available time in a specific hour divided by the tact-time). The issues which stop the line must be recorded, but not hourly, since one problem can stop the line at 6:30 and only be solved at 9:14 for example. I just can't figure out how to divide all this information in different tables so that I can store this data, could someone help me please?
I've tried to input the tact-time and available time for each hour together with the actual produced volume, but the user should only input how much he produced in that hour and what were the loses, the cycle-time should come automaticaly from another table, which a econd user can update, changing the available times and cycle-times for each line when necessary. An example on hourly info abaout production is shown bellow:
database-design database-recommendation
New contributor
add a comment |
I must develop a database for inputting information of the produced volume (hourly), quality and technical issues during this production. There are 3 production lines. Each line can run through specific timespace (for example, Line A stops for lunch at 11:45 for 50 minutes, Line B and C stops at 12:30 for 60 minutes). The Line C runs only from 6 a.m. to 11 p.m., while both other Lines run all day long. The lines may have different tact-times according to the day/time, and this may be changed. Each line has an Operational Volume Objective per hour (ammount of pieces that must be produced), and a Capacity Volume (that is the available time in a specific hour divided by the tact-time). The issues which stop the line must be recorded, but not hourly, since one problem can stop the line at 6:30 and only be solved at 9:14 for example. I just can't figure out how to divide all this information in different tables so that I can store this data, could someone help me please?
I've tried to input the tact-time and available time for each hour together with the actual produced volume, but the user should only input how much he produced in that hour and what were the loses, the cycle-time should come automaticaly from another table, which a econd user can update, changing the available times and cycle-times for each line when necessary. An example on hourly info abaout production is shown bellow:
database-design database-recommendation
New contributor
I must develop a database for inputting information of the produced volume (hourly), quality and technical issues during this production. There are 3 production lines. Each line can run through specific timespace (for example, Line A stops for lunch at 11:45 for 50 minutes, Line B and C stops at 12:30 for 60 minutes). The Line C runs only from 6 a.m. to 11 p.m., while both other Lines run all day long. The lines may have different tact-times according to the day/time, and this may be changed. Each line has an Operational Volume Objective per hour (ammount of pieces that must be produced), and a Capacity Volume (that is the available time in a specific hour divided by the tact-time). The issues which stop the line must be recorded, but not hourly, since one problem can stop the line at 6:30 and only be solved at 9:14 for example. I just can't figure out how to divide all this information in different tables so that I can store this data, could someone help me please?
I've tried to input the tact-time and available time for each hour together with the actual produced volume, but the user should only input how much he produced in that hour and what were the loses, the cycle-time should come automaticaly from another table, which a econd user can update, changing the available times and cycle-times for each line when necessary. An example on hourly info abaout production is shown bellow:
database-design database-recommendation
database-design database-recommendation
New contributor
New contributor
New contributor
asked 7 mins ago
Vinícius OllittaVinícius Ollitta
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Vinícius Ollitta is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f234375%2fhow-to-design-a-database-for-production-volume-and-loses-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Vinícius Ollitta is a new contributor. Be nice, and check out our Code of Conduct.
Vinícius Ollitta is a new contributor. Be nice, and check out our Code of Conduct.
Vinícius Ollitta is a new contributor. Be nice, and check out our Code of Conduct.
Vinícius Ollitta is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f234375%2fhow-to-design-a-database-for-production-volume-and-loses-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown