Skip to content

1.0.17

Compare
Choose a tag to compare
@pcoccoli pcoccoli released this 22 Jul 18:12
· 335 commits to develop since this release
  • PostgreSQL: switch from BIGINT to NUMERIC to handle unsigned 64-bit ints. We need to eventually do something smarter since lots of numeric fields (like src_port and dst_port) don't require anything more than INTEGER.
  • Add optional batchsize keyword param to cache() for performance tuning