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.

Advice to developers on managing MySQL

2 pointsby dstorrsalmost 14 years ago

1 comment

brkalmost 14 years ago
Great advice.<p>You can also easily alter old tables to use innodb if you're running into performance issues. I beleve the command is 'ALTER TABLE foo ENGINE = INNODB;'.