Chris Bailey

Results 33 comments of Chris Bailey

Are you using "move_to_child_of"? That sounds extremely slow. Do you have database indexes on lft, rgt, and parent_id? My table that uses this has over 6000 items in it, and...

I don't know why it's that slow for you. That's a complex SQL call on that line, but you'll have to dig into it and see what could be done....

Is this still an issue, or is it resolved by the syntax error in the model file?

Thanks for the report. I haven't moved to Rails 2.3.4 yet, so haven't come across this. Not sure when I will - probably in the next couple weeks, but that's...

Oops, re-opening, didn't mean to close.

I'm not sure. When you say the structure is corrupt, is it corrupt right after the deletes, as in, have you reloaded the objects you are examining for correctness? I...

I am using it, it's in production at http://www.dealbase.com. We're currently using Paperclip 2.2.2. I keep meaning to upgrade Paperclip, so I'll see about it. However, you should also look...

Ok, let me know what you find out. Off hand that looks like it's using a tempfile for one of them, and in-memory representation of the other. I thought that...

I'm curious on this as well. I'm using `osm2pgsql` instead, but seeing the same error, and the same situations as you. e.g. I can successfully import a smaller data set,...

Following up on this... I spun up an Aurora Postgres 11.4 instance and had no problems! I was able to import the California, and even Germany dataset which is quite...