Administrators Nabeel Posted January 23, 2010 Administrators Report Share Posted January 23, 2010 A quick inquiry to all of your - I'm introducing navdata into phpVMS, for routes, just mainly a cosmetic thing. But it's quite a bit of overhead, to be honest. Here's how I've worked it out - Navigation data - fixes, waypoints, etc are on the API server. On first "use" they'll be retrieved, and stored in your database, though I'll make it available for you to load completely, locally. The reason I did this was because it's over 200,000 rows - about 6mb worth of data. It's also indexed, so that brings it to maybe 12mb size - quite a bit. But again, I'll have the .sql dumps available for download, in case you do want to load all of it locally. It doesn't do anything except take up space. The other part are airways, which is a smaller dataset - about 800kb, also indexed, about 1.5mb is size total then. Just over 8100 rows. This, I plan to distribute with phpVMS installs, since it's the more "intensive" dataset, determining the entry/exit points with the route, and which airway. This will be queried heavily, and it's a huge load on my end, and I can't effectively cache it for thousands of queries. But - on the clientside I can easily file-cache the lookups, so it's near instantaneous. The downside is the dataset size. So what I did, was link to the .sql file for the airways, and if you guys can just load it up in phpMyAdmin, and let me know if that import works. From there I'll determine if I'll include it, or do the same strategy I've done with the navdata. http://dev.phpvms.net/routeload/airways.sql And here's the navdb with the 200k+ rows: http://dev.phpvms.net/routeload/navdb.sql Also, include the type of hosting you're on - free, shared, etc. Thanks!! Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 23, 2010 Administrators Report Share Posted January 23, 2010 Import has been successfully finished, 19 queries executed. Showing rows 0 - 29 (8,107 total, Query took 0.0017 sec) Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 23, 2010 Author Administrators Report Share Posted January 23, 2010 You're on a dedicated though, right? I hope it'd work Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted January 23, 2010 Report Share Posted January 23, 2010 I'm on shared hosting. I can give it a try as well. We just dump this into our current database? Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted January 23, 2010 Moderators Report Share Posted January 23, 2010 just done it here same as simpilot and i am on shared hosting. gr joeri Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 23, 2010 Author Administrators Report Share Posted January 23, 2010 Yup, just into the same DB. I also included the other navdata table. Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted January 24, 2010 Moderators Report Share Posted January 24, 2010 Im on shared and a dedicated box, if you need anything over this side of the world. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 24, 2010 Author Administrators Report Share Posted January 24, 2010 Im on shared and a dedicated box, if you need anything over this side of the world. Ah I see, can you try importing both of those files into both and see how it goes? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 24, 2010 Author Administrators Report Share Posted January 24, 2010 Also, you guys have to DROP those two tables, I've made structure changes, so you don't want any trouble with the next updates. Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted January 24, 2010 Moderators Report Share Posted January 24, 2010 NO problems at all on either. Uploaded fine. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 24, 2010 Report Share Posted January 24, 2010 Paid - Shared hosting. No issues. Quote Link to comment Share on other sites More sharing options...
Guest CableGuy Posted January 24, 2010 Report Share Posted January 24, 2010 No Problems, Dedicated out of Limestone Networks. No issues at all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.