|
|
|
|
|
by Dowwie
2167 days ago
|
|
Have you evaluated Tantivy/Toshi as possible alternative to ES? I only ask because of your native use of Rust. PGX seems like a more robust offering than pg-extend-rs. This is a great addition to the community! Also, v.0.0.3 doesn't create much confidence about stability! I'll keep an eye on the project and wish the team the best. |
|
We've been working on it since November last year, and have now fully ported ZomboDB to it.
It's proving out nicely, but keep in mind that Postgres' internals are infinitely complex. Getting safe wrappers around all its "things" is going to take a very very long time.
I'd rather get something that seems very stable now, and continue to iterate on it over time.