[MDEV-9200] Better BLOB handling support im Aria Storage Engine Created: 2015-11-27 Updated: 2017-05-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Aria |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Michael Schwab | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I have got following Table
If i do requests on this table the blob field named icon is always read even so i don't request its contents which makes the querys really slow. i just do a
all the blob fields are read from disk.
all blob fields of all specified rows are read. I looked at the internet before and found the following claim that blob support in Aria ist better than in MyISAM. https://mariadb.com/kb/en/mariadb/aria-faq/ -Better blob handling (than is currently offered in MyISAM, at a minimum). Has nothing of the above done yet? I tried InnoDB but that ended in a total database server crash with a lot of data corruption in the database itself, i was not able to recover my test data. I could crash the server with just two simple SQL statements (tested on mysql). |