Brett Henderson
Brett Henderson
@mmd-osm, all your comments about how transaction processing works look right to me, but here is some additional context in case it's useful. To be honest, it's been many years...
Yep, it looks like I wrote most of this code back in 2009 so my memory is a bit hazy on the details. Osmosis does use timestamps heavily. While timestamps...
Seems like a useful change, however the Checkstyle violations will need to be fixed first.
Hi @hbruch, if you're able to fix the merge conflicts and update `doc/detailed-usage.adoc` we can get this merged.
Hi @sebastic. This sounds like a frustrating situation. I'm very hesitant to merge this myself. Osmosis is barely supported as it is and this will make it even more unlikely...
Hi @andreynovikov, it looks like the Travis build is failing for your pull request. Can you please take a look and fix any issues? It looks like it's just a...
This PR seems like a good idea. I believe the failing build was the only thing blocking it from being merged previously. I'm always cautious about making changes to pgsnapshot...
Hmm, the logic does seem flawed. I think this was some of the first code written before I even decided to create Osmosis. I just wanted something faster than the...
If you really want to improve the performance of this class the data should be inserted using the COPY command instead of individual inserts. The performance improvement is dramatic. It...
You should be able to compare the contents of two PBF files using a command similar to this: ``` osmosis --read-pbf-fast --read-pbf-fast --derive-change --write-xml-change differences.osc ``` If you run that...