Ezequiel Alvarez

Results 6 comments of Ezequiel Alvarez

I don't remember why, I think it was because if we have FKs then we need to insert things in order, I think you can just add them after importing,...

Wait indexes already are meant to be run afterwards. They are commented because some entries don't respect them. Feel free to tinker around with any index combination you like and...

Yeah it is, it just runs the import on every file at the same time, [it's here](https://github.com/alvare/discogs2pg/blob/master/src-exe/Main.hs#L34).

This is a great library, I'd love if this one got fixed. Maybe I can help somehow?

@jwiegley well that's easy: https://gist.github.com/alvare/67c5717affe6bba891f3 Replace `mapTasks_` with `mapTasks` and it prints the numbers. `mapTasks_` is just not waiting for it's tasks to finish, a simple `threadDelay` and you see...