MySQL instead of FlatFile #269


  • New
  • Enhancment
  • Replied
Open
  • _ForgeUser7774566 created this issue Apr 2, 2012

    I was thinking of a feature for bPermissions to make it much more efficient. If it had MySQL support it would make it possible to add things like Website lists for ranks, etc. and it would make less large Users.

  • _ForgeUser7774566 added the tags New Enhancment Apr 2, 2012
  • _ForgeUser6902175 posted a comment Apr 3, 2012

    I believe they used to have it, and codename_B is really busy with fixing <1.1 plugins. But this is a good idea.

  • _ForgeUser7774566 posted a comment Apr 4, 2012

    I think it is is something that Codename_b should "re-add". It would really make is less laggy

  • Forge_User_53439273 posted a comment Apr 8, 2012

    It really wouldn't.

    MySQL would make it considerably MORE laggy as it would have to wait for the MySQL database to return the entire dataset on every startup.

    It works like this:

    file -> in memory -> edits -> file

    So for mysql that'd be like this

    all entries -> in memory -> edits -> save all entries (which is REALLY slow)

  • letsplaykain posted a comment Jan 20, 2013

    We have some pretty large files - not sure if it would make use less laggy or not though.

  • Forge_User_53439273 removed a tag Declined Jan 21, 2013
  • Forge_User_53439273 added a tag Waiting Jan 21, 2013
  • Forge_User_53439273 reopened issue Jan 21, 2013
  • _ForgeUser6842062 posted a comment Mar 24, 2013

    This would be very nice for online scripts.

  • _ForgeUser6842062 removed a tag Waiting Mar 24, 2013
  • _ForgeUser6842062 added a tag Replied Mar 24, 2013

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