Oleksii Sholik

Results 129 comments of Oleksii Sholik

Hey @djbutler. Thanks for reporting this! By default, Postgres does not put a limit on replication slot sizes. Are you using a hosted database or do you set the relevant...

@djbutler Thanks for sharing your config! The `max_slot_wal_keep_size` setting is the reason you got the error about the replication slot getting invalidated. By default, its value is set to `-1`...

> So if I understand correctly, the local copy will be discarded because the "diff" information between the client's copy and the server's newer copy has been thrown away? Electric...

Hey @andrezimpel . Which versions of the client and the server are you using? Could you enable debug logging on the client and share the log output from the browser...

Hey @sansavision. Can you share the Postgres view of the table and the enum type? I.e. the output of running `\d Bilbiography` and `\dT AttachmentType`. It would also be helpful...

@KyleAMathews The problem is not the boolean column but the large text value you have there. Postgres stores that value separately from the row itself (it's called [TOAST](https://www.postgresql.org/docs/current/storage-toast.html)). When Postgres...

> on the point of including presence, I no longer have a strong opinion, so I'm happy not to take part of that decision My two cents is we should...

It's a cool demo otherwise. I think presence should be part of the Pixels app if it remains a standalone example, because there it shows that Electric can be stressed...

@atanaskanchev I've reached out to DigitalOcean's support and got a response from them: > IPv6 isn't supported in app platform. [...] As an alternative you could use our managed database...

Hey @js2702. Thanks a lot for sharing your findings! We have a load-testing/perf-analysis project on our roadmap, haven't quite got there just yet. Dealing with large amounts of data is...