Elvis Pranskevichus

Results 331 comments of Elvis Pranskevichus

Yes. We will publish the roadmap soon.

Support for FTS is definitely coming, but not before 1.0. Our goal is to make FTS in EdgeDB extensible, so that you're not constrained by PostgreSQL's FTS only and can...

> But why isn't it then on the roadmap? We'll have a big update to the website soon, including the updated roadmap.

`InternalServerError` is always a bug. Thanks for the repro!

Right now running CDC against the underlying Postgres is the only way. First-party support for EdgeDB-flavored CDC is planned.

The size of the schema is definitely a factor here and is most likely due to https://github.com/edgedb/edgedb-cli/issues/652. I'll see if we can fix this shortly.

Hah. Looks like we are bumping into internal Postgres limits with the size of the generated migration script. Should be fixable.

You don't have to split into modules, just expand your schema incrementally (add types/create migration/migrate etc). The issue here is the sheer size of the generated migration DDL, both at...

> Any chance there is a way to export and transfer my instantiated schema to another EdgeDB database The easiest way would be to do a filesystem copy of the...

Can we add some basic tests here?