Earlier quoted context omitted.
> Would it be possible to dynamically choose the padding at server start time? I doubt it. Allowing the compiler to generate accesses with lea et al. is quite beneficial; and that'd likely be gone by making this not be a compile time constant. It'd also end up being a tuning knob very very few knew how to tune... > Given that cache line sizes vary that seems like it might be a prudent choice. They usually only vary b…
cache line size is 64 B on recent intel CPUs.
PostgreSQL Scalability: Towards Millions TPS
61–70 of 222 posts
Re: PostgreSQL Scalability: Towards Millions TPS
#62Re: PostgreSQL Scalability: Towards Millions TPS
#63Slightly tangential but I'm genuinely curious, does any have a theory as to why nearly every RDBMS post on Hacker News is about Postgres and almost never MySQL or MariaDB? Considering the relative obscurity of the former it seems somewhat inexplicable.
I guess it depends on your own personal background, but PostgreSQL is far from 'obscure' and much more feature complete than MySQL nowadays.
Re: PostgreSQL Scalability: Towards Millions TPS
#64Slightly tangential but I'm genuinely curious, does any have a theory as to why nearly every RDBMS post on Hacker News is about Postgres and almost never MySQL or MariaDB? Considering the relative obscurity of the former it seems somewhat inexplicable.
- a couple of weeks ago we released a document store (new protocol + connectors) based on protobufs
- last year 5.7 was released. Many new features, I have a list here: http://www.thecompletelistoffeatures.com
Re: PostgreSQL Scalability: Towards Millions TPS
#65Earlier quoted context omitted.
Reminds me of a talk by Bryan Cantrill he talked a bit (I am paraphrasing) that he didn't believe that people could be purely evil and when looking into Larry Ellisson he actually discovered he donated several hundred mil. to a nonprofit (dedicated to prolonging human life). On closer look it turned the sole purpose of that nonprofit was working on prolonging life of one particular human namely Larry Ellisson. (while…
One Rich Asshole Called Larry Ellison
Re: PostgreSQL Scalability: Towards Millions TPS
#66Slightly tangential but I'm genuinely curious, does any have a theory as to why nearly every RDBMS post on Hacker News is about Postgres and almost never MySQL or MariaDB? Considering the relative obscurity of the former it seems somewhat inexplicable.
MySQL is considered more "old school" and not great at being standards compliant when installed with default settings. See https://twitter.com/robconery/status/189086889486192640 Also, MySQL is run by Oracle...and Oracle a horrible company run by horrible people that behave horribly, and should never ever be trusted in any form. Any developer relying or Oracle code should not be trusted ever again, and Oracle consult…
Say what you like about oracle, they have been a great steward of MySQL.
Re: PostgreSQL Scalability: Towards Millions TPS
#67Slightly tangential but I'm genuinely curious, does any have a theory as to why nearly every RDBMS post on Hacker News is about Postgres and almost never MySQL or MariaDB? Considering the relative obscurity of the former it seems somewhat inexplicable.
Are the MySQL or MariaDB communities publishing interesting stuff like this? That's a genuine question - i'm no longer a MySQL user, so i don't pay any attention to what's going on myself.
Re: PostgreSQL Scalability: Towards Millions TPS
#68How do these changes affect more heterogeneous workflows, of mixed reads and writes? A little better? A lot better? A little worse?
Re: PostgreSQL Scalability: Towards Millions TPS
#69Re: PostgreSQL Scalability: Towards Millions TPS
#70Earlier quoted context omitted.
MySQL is considered more "old school" and not great at being standards compliant when installed with default settings. See https://twitter.com/robconery/status/189086889486192640 Also, MySQL is run by Oracle...and Oracle a horrible company run by horrible people that behave horribly, and should never ever be trusted in any form. Any developer relying or Oracle code should not be trusted ever again, and Oracle consult…
I am in no way a fan of Oracle but, c'mon, that's a little over the top, don't you think?
So yeah, Oracle, evil to the core.