Intec
Wed 22nd Nov '00, 6:37am
In the whole vbb and in another php-software I dont see many relation between tables - I see mostly querys about one table and then the software take a result and go with it to the next query.
Had MySQL a performance problem?
In vbb - i take the postid from the thread-table (for the last posting f.i.) then i go into post-table and take there pagetext. And I go to the forum-table with the forumid from the thread-table and take the forum-name.
All that can man put in one query with relations through various tables.
Why doesnt do this so in MySQL?
Had MySQL a performance problem?
In vbb - i take the postid from the thread-table (for the last posting f.i.) then i go into post-table and take there pagetext. And I go to the forum-table with the forumid from the thread-table and take the forum-name.
All that can man put in one query with relations through various tables.
Why doesnt do this so in MySQL?