Žygimantas A.
Žygimantas A.
Yeah, that is because of counters being aggregated quite aggressively by default. By default, the aggregation is set to happen every 5 minutes, meaning we no longer have the counter...
The broader discussion is in #278, let's keep it there. "Slower" maybe not, but keeping allocations at minimum is always a good idea. Regarding the expiration - there's no point...
I did as mentioned in the [comment](https://github.com/hangfire-postgres/Hangfire.PostgreSql/issues/278#issuecomment-1466456518). It might be that the pull request isn't even worth it, hence it's still idling here. First want to try a few things...
Closing as it's not something that's _really_ beneficial.
Both of you screenshots show different date styles. I don't think the `DATESTYLE` set on the PostgreSQL instance has any impact, but I can't say for certain. Tried creating a...
I'm working on this.
Sorry, no benchmarks of the sort. From the storage perspective, the impact in performance is trivial since we still send the strings and retrieve the strings. Sadly, Hangfire's `SerializationHelper` can...
Ah, now I got ya! No, that hasn't been changed as I was really running out of time. I'm still planning on doing it, though, just later when some other...
It's not as trivial as changing the type with the options. Keep in mind the install SQL scripts have to be changed too. Technically not changed, but rather a new...
I'm afraid enabling extensions (or not having to) is the least of the mentioned concerns. I personally find it hard to justify such a change without some valid use cases...