ahydrax / Hangfire.PostgreSql

Alternative PostgreSql Storage Provider for Hangfire
https://www.nuget.org/packages/Hangfire.PostgreSql.ahydrax/
Other
19 stars 7 forks source link

use bigint for id's #14

Closed schmitch closed 5 years ago

schmitch commented 5 years ago

currently most id's are integer, which will limit the jobs that can be commited. better would be to use bigint, especially if people use a lot of recurring jobs.

I actually created a PR for the other project: https://github.com/frankhommers/Hangfire.PostgreSql/pulls

Guess I could also do a PR here.

ahydrax commented 5 years ago

Hi @schmitch ! I'll take a look on this. Do you know if there are any caveats?

schmitch commented 5 years ago

well index lookups are a little bit slower of course, but the loss is pretty small on x64