TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: Good mySQL tutorial on linking tables

7 pointsby symbioticabout 17 years ago
I'm trying to develop a scalable table structure for my current project and I think the best way to do things will involve linking tables. I'm looking for some good tutorials on how table linking works as well as what are the best ways to create scalable database structures.<p>Does anyone have any good links on these subjects?<p>Any help is appreciated as I'm a total newbie on this subject.

2 comments

gcheongabout 17 years ago
Not quite sure this is what you are looking for, but maybe:<p><a href="http://philip.greenspun.com/sql/" rel="nofollow">http://philip.greenspun.com/sql/</a>
评论 #177934 未加载
carlosabout 17 years ago
Hi, <a href="http://www.percona.com/presentations.html" rel="nofollow">http://www.percona.com/presentations.html</a><p>There you have around 20 presentations on pdf related to MySQL, indexing, improving performance, query optimization, techniques for scaling, etc.<p>Have fun with those!