Files
2012-02-21 01:15:00 -05:00

1 line
2.5 KiB
JSON

[{"user_id": 7490, "stars": [], "topic_id": 20395, "date_created": 1303243554.4803579, "message": "Anyone got any good resources or tips on designing an SQL database.", "group_id": 499, "id": 746177}, {"user_id": 4149, "stars": [], "topic_id": 20395, "date_created": 1303243754.0134339, "message": "it depends on what you want to build, and make class to handle all database handling since you don't want a lot of openings to your database it will slow it down", "group_id": 499, "id": 746267}, {"user_id": 1881, "stars": [], "topic_id": 20395, "date_created": 1303261011.027457, "message": "I found that drawing or using an ORM helps visualize and organize a system", "group_id": 499, "id": 749340}, {"user_id": 3444, "stars": [], "topic_id": 20395, "date_created": 1303396222.6008821, "message": "I whiteboard everything for my database before I begin building it. It really helps me understand how all the data is going to work together. I've always found that having a solid plan in place before you even start building any tables helps me avoid a lot of headaches later on down the road.", "group_id": 499, "id": 770621}, {"user_id": 14243, "stars": [], "topic_id": 20395, "date_created": 1303438344.002383, "message": "If you understand how to normalize a database, the design sort of come easily.\nORM helps a lot. MySQLWorkbench is great at doing those", "group_id": 499, "id": 777730}, {"user_id": 16440, "stars": [], "topic_id": 20395, "date_created": 1303459654.225059, "message": "+1 for MySQLWorkbench", "group_id": 499, "id": 779854}, {"user_id": 7490, "stars": [], "topic_id": 20395, "date_created": 1303469714.817266, "message": "Thanks for the great tips.", "group_id": 499, "id": 780678}, {"user_id": 35583, "stars": [], "topic_id": 20395, "date_created": 1307515418.3518829, "message": "don't forget the indexes! till you have few records is not a problem... but when you start to have a massive load of datas... are more then important", "group_id": 499, "id": 1334451}, {"user_id": 20889, "stars": [], "topic_id": 20395, "date_created": 1307532852.139739, "message": "I just use a pen and paper.", "group_id": 499, "id": 1335936}, {"user_id": 22422, "stars": [], "topic_id": 20395, "date_created": 1308321513.255688, "message": "pen+paper and after MySQLWorkbench or directly Sequel Pro", "group_id": 499, "id": 1419480}, {"user_id": 30516, "stars": [], "topic_id": 20395, "date_created": 1314342666.3618889, "message": "whiteboard and then mysql in terminal.", "group_id": 499, "id": 1966369}]