Hacker Newsnew | past | comments | ask | show | jobs | submit | alexpadula's commentslogin

Thank you for your comment!

Hello hn, I’m Alex the creator of TidesDB and over the past few months I’ve been working on putting TidesDB to work inside MariaDB through a plugin which the project is labeled TideSQL.

The project has grown quite a lot where I’d like to share it.

The plugin allows for MariaDB to optimize writes; not leave resources on the table and optionally scale infinitely. In tpc-c benchmarks the plugin shows rather great numbers comparing to MyRocks and InnoDB, you can find this analysis on the TidesDB website.

https://tidesdb.com

Cheers


Proprietary is proprietary.

They screwed up, the source is out there, 1000s of people have a copy now. It will show up in other places where they won't be able to have it taken down

They could have prevented this by looking at the files that were about to be published.


How could their AI coders let this happen

--yolo

HN, I’m Alex, lead architect of TidesDB.

TideSQL is our attempt to bring a modern LSM-based storage engine into MariaDB via a pluggable engine, with a focus on parallelism and efficiency.

Happy to answer questions and get feedback.


I thought you created a database from scratch, got me excited! (I’m a db guy)


He did!

The database is the data, collected into a coherent structure.

The database management system is (optionally) software. :)


I don’t feel that way at all. I’ve been maintaining open source storage systems for few years. I love it. Absolutely love it. I maintain TidesDB it’s a storage engine. I also have back pain but that doesn’t mean you can’t do what you love.


TidesDB is a storage engine, you use it to build databases. It's persistent and built on a log-structured-merge tree (LSM) with modern research incorporated such as

* Spooky - Granulating LSM-Tree Compactions Correctly

* WiscKey - Key-value seperation

TidesDB has cache layers such as a clock block cache but it's mainly a persistent layer and a library.

I also have a presentation on TidesDB you can find here: https://www.youtube.com/watch?v=7HROlAaiGVQ

Memcached is a cache, TidesDB is an engine for building databases, think a game engine for building games like say Unity.


Thank you. Do have dive into the code, documentation, and articles on the website, may further peak your interests!


Fairly easy to extend SQLite, Postgres and MariaDB/MySQL!

Curious what relational database do you @refset use? Is the code open source? Is the engine from scratch? What general dialect does it support?

Cheers!


I work on https://github.com/xtdb/xtdb which is broadly Postgres-compatible with a few key SQL extensions (SQL:2011 bitemporal tables + immutability, first-class nested data, pipeline syntax, etc). Built on Arrow and the JVM but is otherwise mostly from scratch.

XTDB is perhaps not directly relevant to the topic at hand, but I am a firm believer that ML workflows can benefit from robust temporal modelling.


That’s funny af


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: