HackerTrans
TopNewTrendsCommentsPastAskShowJobs

th3sly

no profile record

Submissions

Index Only Access with Oracle, MySQL, PostgreSQL, and Microsoft SQL Server

franckpachot.medium.com
1 points·by th3sly·5 лет назад·0 comments

comments

th3sly
·3 года назад·discuss
and open source instructions set is an advantage to China as well, perhaps some pressure from "up-there" after the chip act was signed and offered lots of money to private companies?
th3sly
·4 года назад·discuss
it even has a name: benchmarketing :D
th3sly
·4 года назад·discuss
2 months? what can I say... that's really convenient, considering a lot of people will only find out about this after the deadline
th3sly
·4 года назад·discuss
We have them, but on a smaller scale, on airports like Munchen or Singapore
th3sly
·4 года назад·discuss
th3sly
·4 года назад·discuss
https://github.com/mysql/mysql-server
th3sly
·4 года назад·discuss
MySQL Innodb Cluster? https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster... targets C++17 nowadays
th3sly
·4 года назад·discuss
Also Reuters forgot to mention that Hungary is also a revisionist country as Russia is, and that it wants Transylvania, part of Slovakia and part of Serbia.
th3sly
·5 лет назад·discuss
"Zero Trust Networks" usually require an agent to be installed
th3sly
·5 лет назад·discuss
In summary

Oracle and MySQL with InnoDB engine are the ones who can really do Index Only, aka Covering Index, in a high OLTP (where readers do not block writers). SQL Server can also do it, but with reads blocking writes (except with snapshot isolation). PostgreSQL can also do it, with non-blocking reads, but not efficiently when the tables have concurrent modifications.