maxmind / mmdb-from-go-blogpost

Enriching MMDB files with your own data using Go.
https://blog.maxmind.com/2020/09/01/enriching-mmdb-files-with-your-own-data-using-go/
Apache License 2.0
23 stars 7 forks source link

How to remove one or more columns #13

Closed Ketan-Desai closed 2 years ago

Ketan-Desai commented 2 years ago

Hi,

I have GeoIP2 ISP Database and want to remove a few columns, for optimization reasons.

Please guide.

Regards

oschwald commented 2 years ago

This could be done with an inserter function that modifies the existing record. That said, this isn't really an issue with this repo. I'd suggest asking for help on a programming forum or Reddit.