Flatfile vs Sqlite vs MySql (Speed)

Discussion in 'Bukkit Help' started by Kaosvf, Feb 15, 2012.

?

which is better?

  1. Flatfile

    1 vote(s)
    14.3%
  2. Sqlite

    0 vote(s)
    0.0%
  3. MySql

    6 vote(s)
    85.7%
Thread Status:
Not open for further replies.
  1. Offline

    Kaosvf

    Hi,
    which is better about the access and modify speed between a Flatfile, Sqlite and MySql?
    Vote it!
    Thanks.
     
  2. Offline

    samp20

    Kaosvf It really depends on what you're going to be using it for. If it's a config that won't change very often then I would go for a flatfile. If you're storing something that updates regulary then SQLite or MySQL would be preferred. You'll have to ask someone else about MySQL vs SQLite, although personally I would use MySQL where possible.
     
  3. Offline

    Kaosvf

    Something that store mb and mb of datas, like bigbrother or hawkeye.
     
  4. Offline

    Zaros

    I'd probably go with MySQL then, especially if there are multiple plugins that can utilize it.
     
Thread Status:
Not open for further replies.

Share This Page