UserName
Wed 6th Feb '02, 6:08am
I want to get some opinions on this.
A developer we work with has suggested that vBulletin speed could possibly be improved by splitting some of the existing tables (user, for example) up into two smaller tables, one with fixed-length fields and the other with the text strings. His theory is that MySQL is very fast with fixed length tables and so splitting them up might help the performance of the database.
I am not a MySQL expert, so I want to know if this idea makes any sense and if it might help to speed up some of the locking problems that some of the higher traffic sites are seeing lately?
Any comments?
A developer we work with has suggested that vBulletin speed could possibly be improved by splitting some of the existing tables (user, for example) up into two smaller tables, one with fixed-length fields and the other with the text strings. His theory is that MySQL is very fast with fixed length tables and so splitting them up might help the performance of the database.
I am not a MySQL expert, so I want to know if this idea makes any sense and if it might help to speed up some of the locking problems that some of the higher traffic sites are seeing lately?
Any comments?