rain_gloom Posted May 14, 2013 Share Posted May 14, 2013 If I need to store data for long periods of time and frequent access and in 2D matrices(!) what would be the best techology in terms of... debugspeedmemory usage ? I'm currently using lua tables as matrices but if I want to make back-ups or an externally editable conversion, what would be the best? -SQL, mySQL -XML -or is there a method to store in raw list format that can be read by lua? Link to comment
xXMADEXx Posted May 14, 2013 Share Posted May 14, 2013 Not sure about the first question, but defiantly don't use XML to store the data. Link to comment
Moderators IIYAMA Posted May 14, 2013 Moderators Share Posted May 14, 2013 XML maybe for client data, but not for server data. Link to comment
iPrestege Posted May 14, 2013 Share Posted May 14, 2013 As far as i know i suggest you to use SQL or MySql because it is the best for me . Link to comment
PaiN^ Posted May 14, 2013 Share Posted May 14, 2013 Agree with IIYAMA . + SQL is better in my opinion . Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now