Login Status


ShareSource Site » Projects » sniffitzt » sniffitztWiki

Project: sniffitzt - a wow logging proxy [Wiki]

(*) Summary   [^] Files   [^] Screenshots   [_] Wiki   [!] Bug Tracker  
(») Mercurial Repository  
Project Wiki (Page: DatabaseTypes)
Last Changed 5 months ago, by arrai

Database Types

At the current version Beta4, there are 4 database formats:

  • Plain databases:
    • XML
    • MySQl dump
    • SQLite dump
  • Native database:
    • SQLite

The difference between the native and plain databases is speed. At the beginning, I planed to store everything in a SQLite databse, but I encountered some performance issues and thus i added some plaintext formats, which store the packets as a simple txt file.

Anyway, you should use the format you can work with the best. Since I've exported the writing operations to an additional thread, those performance issues should be neglectable.