Nikolay_888 Posted August 1, 2015 Share Posted August 1, 2015 Hello. What is the best choice: 1. Create one database and create 2 table (players, vehicles) in this db 2. Create one database with one table for players, and one database with one table for vehicles? Why? Thank you. Link to comment
GTX Posted August 1, 2015 Share Posted August 1, 2015 Why do you need 2 databases? Create only 1. It's best for you and the script, because connecting to 2 databases may impact server performance. And you can take backups more easier than having to take 2 backups. 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