bark10 / barkhouse

Development of the Barkhouse Survival Server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Migrate to PostgresQL database backend #1

Closed bark10 closed 7 years ago

bark10 commented 7 years ago

Our sqlite world has exceeded 4 gb (currently at 5.5) so we need a new database backend to handle the increased size. PostgreSQL seems like the best alternative.

Advantages

bark10 commented 7 years ago

On its way.

bark10 commented 7 years ago

Issue closed. I did not go with the PostgreSQL database backend as it required too much time to get working. The world has successfully been migrated to LevelDB.