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 yıl önce·0 comments

comments

th3sly
·3 yıl önce·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 yıl önce·discuss
it even has a name: benchmarketing :D
th3sly
·4 yıl önce·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 yıl önce·discuss
We have them, but on a smaller scale, on airports like Munchen or Singapore
th3sly
·4 yıl önce·discuss
th3sly
·4 yıl önce·discuss
https://github.com/mysql/mysql-server
th3sly
·4 yıl önce·discuss
MySQL Innodb Cluster? https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster... targets C++17 nowadays
th3sly
·4 yıl önce·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 yıl önce·discuss
"Zero Trust Networks" usually require an agent to be installed
th3sly
·5 yıl önce·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.