Hacker Newsnew | past | comments | ask | show | jobs | submit | lefred's commentslogin

there is also a new open source MySQL Shell extention for VS Code, available on Windows, Mac and Linux - https://marketplace.visualstudio.com/items?itemName=Oracle.m...


Hi, MySQL supports JSON (it has a native JSON datatype) but it also support NoSQL (CRUD operations). For more details, check https://www.slideshare.net/lefred.descamps/pyconx-python-mys... or https://www.slideshare.net/lefred.descamps/oracle-code-roma-...


MySQL evangelist here ;-), for any cluster/HA solution relying on multiple machines linked by a network, if you can't rely on the network, it's very complicated to rely on the solution. This is valid for MySQL InnoDB Cluster but for any other quorum based solution. The third point of the requirements is Network Performance (https://dev.mysql.com/doc/refman/8.0/en/group-replication-re...) maybe we should add "and Reliability" Of course as you may have noticed, 8.0.16 already brings new features helping with a flaky network and even if we will never encourage people to deploy MySQL InnoDB Cluster (Group Replication) on a bad network, we are constantly working on improving the user experience even on such environment.


by default, LOAD DATA LOCAL INFILE in libmysql is disabled by default to avoid such problem


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: