MySQL allows to define different storage engines per table like innodb, myisam, or especially for MariaDB, columnstorage. Also, supporting the COMMENT keyword for CREATE would be great. Looks like there is currently no way to specify this with pony. I'd sponsor a $200 bug bounty for a timely fix.
https://dev.mysql.com/doc/refman/5.6/en/storage-engine-setting.html
https://mariadb.com/kb/en/library/columnstore-create-table/
MySQL allows to define different storage engines per table like innodb, myisam, or especially for MariaDB, columnstorage. Also, supporting the COMMENT keyword for CREATE would be great. Looks like there is currently no way to specify this with pony. I'd sponsor a $200 bug bounty for a timely fix.
https://dev.mysql.com/doc/refman/5.6/en/storage-engine-setting.html
https://mariadb.com/kb/en/library/columnstore-create-table/