Comments - Querying An Int Column From Table That Also Stores Blob Column (Performance)

4 years, 6 months ago Jan Steinman

If using innodb and an indexed INT column, I believe that query time is independent of whatever other columns may be in that table.

What will increase query time is if you are using a tool that loads the BLOB when it displays records. Many of them allow you to turn off loading of BLOB and TEXT fields.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.