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 năm trước·0 comments

Wisdom about Documentation

npp-user-manual.org
2 points·by th3sly·5 năm trước·0 comments

comments

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

But it requires you to refresh your knowledge constantly so from this point of view it's similar