<div dir="ltr">Hi everyone,<div><br></div><div>I do not know if this is the right list to ask this question so feel free to redirect me to the correct one if needed.</div><div><br></div><div>I have created a database in MySQL following the database schema provided <a href="https://wiki.openstreetmap.org/wiki/Database">here</a>.</div><div><br></div><div>Then i run the following command </div><font face="arial, helvetica, sans-serif">osmosis --read-xml enableDateParsing=no file="YOUR_OSM_IMPORT_FILE" --buffer --write-apidb dbType="mysql" host="HOSTNAME" database="DATABASE_NAME" user="USERNAME" password="PASSWORD" validateSchemaVersion=no </font><div><br></div><div>This command was found <a href="https://forum.openstreetmap.org/viewtopic.php?id=9870">here</a> for reference.</div><div><br></div><div>All in all, this solution works fine but i cannot understand what the current tables are in the database schema, eg current_nodes. With a small search, i found out the following explanation in the openstreetmap wiki</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px">The </span><b style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px">current table</b><span style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px"> (e.g. 'current_nodes', 'current_ways') is the latest revision, used for drawing the map. The </span><b style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px">master table</b><span style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px"> includes all previous edit history. The current table is therefore a subset of the master table.</span></blockquote><div><br></div><div>But what does this mean? Do the current tables hold the "live" data? The data that are presented in the map? If not, what do they stand for?</div><div><br></div><div>Thank you,</div><div>AM  </div><div><span style="font-family:consolas,monaco,"bitstream vera sans mono","courier new",courier,monospace;font-size:1em;background-color:rgb(51,51,51);color:rgb(255,255,255)"><br></span></div></div></div>