Bukkit Persistance #16


  • Enhancment
  • Replied
Open
Assigned to _ForgeUser2779866
  • _ForgeUser2779866 created this issue Dec 16, 2011
    Owner

    Currently, only MySQL is supported. Bukkit includes a persistence system (Avaje Ebean), which can support pretty much any database system.

    So, convert Statistician over to Bukkit's persistance system, then test, test, and test.

    This will require quite a bit of source changes and possible a partial re-write. Will also require all users of the plugin to configure the persistence system on their server, not that difficult though and several probably already have it configured.

    Verify:

    • Ability to change table structure.
    • No data loss/corruption.

    Note: The Web Portal would also need to support the database used, which is currently only MySQL. PHP does have a system similar to Avaje Ebean, PDO.

  • _ForgeUser2779866 added the tags New Enhancment Dec 16, 2011
  • _ForgeUser2779866 edited description Dec 16, 2011
  • Forge_User_96951799 posted a comment Dec 16, 2011

    With our framework I think we can use PDO :)

  • _ForgeUser2779866 removed a tag New Feb 17, 2012
  • _ForgeUser2779866 added a tag Waiting Feb 17, 2012
  • Forge_User_96951799 posted a comment Feb 29, 2012

    We should use more databases but not the bukkit persistance. I would assume this will be way too slow to handle so much data.

    Currently impletemented database in the webportal:

    • MySQL
    • MSSQL
    • SQLite
    • Oracle
    • PostgreSQL
    • DB2

    For more information look over here

  • Forge_User_96951799 removed a tag Waiting Feb 29, 2012
  • Forge_User_96951799 added a tag Replied Feb 29, 2012

To post a comment, please login or register a new account.