SQL // Database questions - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: SQL // Database questions (/showthread.php?tid=53757) SQL // Database questions by Wabz on 12-09-2005 at 02:09 PM
At the moment I'm doing databases and SQL I understand most of what can and can't be done. But one thing really confuses me RE: SQL // Database questions by RaceProUK on 12-10-2005 at 12:34 AM
Indexing accelerates sorts and searches on indexed columns. There's a small space penalty, as the index does need to be stored, but the speed gains far outweigh the space usage. |