Readit News logoReadit News
assface commented on Best Databases for Python Projects in 2024   xperti.io/blogs/best-pyth... · Posted by u/mikeconner
assface · a year ago
This list is useless. What are the salient aspects of Python programs versus other programming langs/environments (e.g., Javascript, C++) that imposes different demands on a database system?

The answer is 'nothing'. So just use Postgres.

assface commented on Texas professor fails entire class from graduating- claiming they used ChatGTP   old.reddit.com/r/ChatGPT/... · Posted by u/thunderbong
assface · 2 years ago
This professor has a PhD in lactating pigs, not computer science / ai. He should stay in his lane:

https://inside.tamuc.edu/academics/cvsyllabi/cv/MummJared.pd...

assface commented on Show HN: CozoDB, Hybrid Relational-Graph-Vector Database   docs.cozodb.org/en/latest... · Posted by u/zh217
assface · 2 years ago
Is it called "CozoDB" or Cozo? Your README is inconsistent.
assface commented on Mariadb.com is dead, long live MariaDB.org   medium.com/@imashadowphan... · Posted by u/edent
felixgallo · 2 years ago
Shades of Basho (rip). One wonders if there is a curse on open source database companies. Maybe we could call it Data Gravity?
assface · 2 years ago
> Shades of Basho

Can you please explain? They just ran out of money. They never did a SPAC.

assface commented on PRQL: a simple, powerful, pipelined SQL replacement   prql-lang.org/... · Posted by u/NicoJuicy
haspok · 3 years ago
I'm wondering if it would be worth skipping the SQL layer and compiling straight to the execution plan level. This would make PRQL tightly coupled to a database, but would also unlock performance and fine-tuning potential. And, maybe it would be possible to run it inside the database process, enabling data processing right at the source.

(eg. in Postgres, this would be more or less a replacement of the PREPARE statement.)

assface · 3 years ago
> I'm wondering if it would be worth skipping the SQL layer and compiling straight to the execution plan level.

You have to join five tables in a query. What join order will you pick in your execution plan? Will you use the same ordering for different WHERE clause parameters? What if you add an index?

What you're proposing was tried in the 1970s (see CODASYL) and it was a terrible idea.

assface commented on Comparing ClickHouse to PostgreSQL and TimescaleDB for time-series data   blog.timescale.com/blog/w... · Posted by u/LoriP
mfreed · 4 years ago
Beyond being closed source, SingleStoreDB's License explicitly prohibits benchmarking:

https://www.singlestore.com/assets/contracts/singlestore-fre...

2. Restrictions. You acknowledge that the Software, and its structure, organization, and source code, constitute SingleStore’s and its suppliers’ valuable trade secrets, and the Software is subject to the following restrictions. Specifically, Customer shall not, and shall not ... conduct any competitive analysis, publish or share with any third party any results any results of any technical evaluation or benchmark tests performed on the Software, or disclose Software features, errors or bugs to a third party without SingleStore’s prior written consent (“Benchmarking”); or

assface · 4 years ago
Just ignore it.
assface commented on PostgreSQL 14   postgresql.org/about/news... · Posted by u/jkatz05
paulryanrogers · 4 years ago
FWIW Mysql 8 has gotten a lot better in standards compliance and ironing out legacy quirks, with some config tweaks. While my heart still belongs to PostgreSQL things like no query hints, dead tuple bloat (maybe zheap will help?), less robust replication (though getting better!), and costly connections dampens my enthusiasm.
assface · 4 years ago
> maybe zheap will help?

According to Robert Haas, the zheap project is dead.

u/assface

KarmaCake day789June 19, 2010View Original