Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Feature request: MariaDB UUID type
Hi all,
MariaDB has UUID data type as of 10.7: https://mariadb.com/kb/en/uuid-data-type/. Do you plan to make it possible to map System.Guid as UUID type?
Regards, nk
See https://github.com/mysql-net/MySqlConnector/issues/1151.
Reopening this issue. See the latest discussion on linked MySqlConnector issue:
My observation is that using uuid instead of char(36) data type has advantages.
@yukozh Could you check if it is possible to use uuid as data type for GUIDs?.
@nkelemen18 @yukozh Any updates on this? Latest versions of MariaDb, UUID are better optimized for indexing vs. char(36)
@lauxjpn Could you please share your thoughts on this discussion?
Following up on this. I asked MySqlConnector about it and was told it's something for Pomelo needs to address.
@nkelemen18 @lauxjpn @mguinness I need some direction here. I'm willing to help contribute on this effort but it's unclear where the responsibility lies as the puck has been passed around a few times. This ticket has been opened since 2022 and it's still unclear what the next steps are.
Thank you