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·il y a 5 ans·0 comments

comments

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