HackerTrans
TopNewTrendsCommentsPastAskShowJobs

saintfiends

no profile record

Submissions

The Importance of Max_wal_size (2023)

thebuild.com
1 points·by saintfiends·w zeszłym roku·0 comments

Importing a front end JavaScript library without a build system

jvns.ca
2 points·by saintfiends·2 lata temu·0 comments

The Wonders of Postgres Logical Decoding Messages

infoq.com
3 points·by saintfiends·2 lata temu·0 comments

Build Your Own Database from Scratch in Go

build-your-own.org
7 points·by saintfiends·2 lata temu·0 comments

Psql Tips

psql-tips.org
1 points·by saintfiends·2 lata temu·0 comments

Request-Reply in Postgres

blog.sequinstream.com
3 points·by saintfiends·2 lata temu·0 comments

comments

saintfiends
·w zeszłym roku·discuss
Meilisearch is really good for a corpus that rarely changes from my experience so far. If the documents frequently change and you have a need to have those changes available in search results fairly quickly it ends up with pending tasks for hours.

I don't have a good solution for this use-case other than maybe just the good old RDBMS. I'm open for suggestions or anyway to tweak Meilisearch for documents that gets updated every few seconds. We have about 7 million documents that's about 5kb each. What kind of instance do I need to handle this.
saintfiends
·2 lata temu·discuss
Loki OSS is just a sales pitch for their managed service. It doesn't work well without dedicating significant time tweaking and configuring it. Documentation is confusing at best if you want to do anything serious. You have to also be ready to handle support calls if you open it up for others to use, because it WILL have issues fairly regularly if you have a good volume of logs and query range is more than a day or two.

Unless you have the bank to go with their managed service, don't bother.
saintfiends
·3 lata temu·discuss
What's the best option to buy a framework laptop outside of US. I tried shipping them to a parcel forwarder but they didn't also accept non-US debit cards.
saintfiends
·3 lata temu·discuss
sqlx [1] can definitely do this.

[1] https://docs.rs/sqlx/latest/sqlx/
saintfiends
·3 lata temu·discuss
Hey Yury, congratulations on the new release!

From what I'm seeing, the upgrade path is essentially dump and restore. This was the case for moving from EdgeDB v1 to v2 as well. Since EdgeDB is a fast moving target this creates a lot of friction for older databases to upgrade.

Is there plans for replication support or a more robust upgrade path?
saintfiends
·3 lata temu·discuss
I'm a long term vim user and now exclusively a neovim user. I adopted this from the first time I came across this. It's pretty neat, it does break from time to time but there's always a GitHub issue describing a workaround. It's pretty stable these days and breaks far less comparatively.
saintfiends
·4 lata temu·discuss
I've been using chezmoi too and this is the only feature I miss. It'd be interesting to know what solutions folks are using. Chezmoi has some discussions around it, mostly recommending to use run scripts.
saintfiends
·4 lata temu·discuss
We thought so too until we found out it doesn't support any kind of SSO

https://github.com/SigNoz/signoz/issues/1188