Skip to main content

All Questions

0 votes
1 answer
90 views

Best way to design for one-to-many code values in Oracle

We receive several millions of records per day on temperature metrics. Most of the pertinent metadata for these records is maintained in a single partitioned table by date (month). We are going to ...
Steve's user avatar
  • 7
0 votes
2 answers
627 views

Performance in a 1 million row MySQL-table in a chess game scenario

Say I run a game website where the users play chess to each other. I have a MySQL-table that contain all the games with their individual chess moves: Games table (psuedo syntax): gameId INT ...
cederlof's user avatar
  • 7,403