[MDEV-8266] Page compressed doesn't work Created: 2015-06-04 Updated: 2015-06-04 Resolved: 2015-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Cheung | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Red Hat Enterprise Linux Server release 6.5 |
||
| Description |
|
I want to try the page compressed, but I can't see the effect.
I create a table to test the page compressed.
And I check the variables and status.
Then I insert 100MB data into T1 and check the status again.
Why all the status still 0? |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-06-04 ] |
|
Duplicate of |
| Comment by Jan Lindström (Inactive) [ 2015-06-04 ] |
|
Note that you need to insert at least one row and wait a while to get it asynchronously written to disk. Make sure that you have innodb-use-native-aio = 1. |