Justin Swanhart

Results 47 issues of Justin Swanhart

N/t

enhancement
usability
BETA3

This is an on-disk format change, so it should be part of beta 2 so that tables do not need to be repaired/reconstructed in beta3.

enhancement
BETA3

old versions and rolled back transactions consume space in the table - implement background purge operation to remove old data

enhancement
BETA3

``` mysql> show create table t1\G *************************** 1. row *************************** Table: t1 Create Table: CREATE TABLE `t1` ( `c1` int DEFAULT NULL, `c2` int DEFAULT NULL ) ENGINE=WARP DEFAULT CHARSET=utf8mb4...

bug
BETA3

Requires modifying Fastbit

BETA3

MySQL 8.0 can clone a server from another server. Right now only InnoDB is supported by the server for cloning. Cloning WARP based tables should be supported as well. This...

enhancement
usability

Fastbit is not collation aware - need to compare strings in the bitmaps using case insensitive collation comparison when ci collation is used.

bug
BETA3

Use vectorized instructions for aggregate instructions.

performance
BETA3