Closed GoogleCodeExporter closed 8 years ago
Is there a performance benefit to use MySQL or sqlite over just the standard
file:///?
Original comment by GrantWSa...@gmail.com
on 8 May 2011 at 12:39
Using a SQL-database instead of the filesystem will give you some benefits:
Real ACID-compliance, backup- and load-balancing-features.
Multiple Pyrit-clients can operate on the same database at the same time over the network.
Meta- and binary-data are (possibly) stored independent of each other, making the database easier to query and operate on.
Original comment by StephenY...@gmail.com
on 8 May 2011 at 1:42
How about size? I think pyrit compress the data when your using the file:///
option or default storage in the blobspace.
Original comment by GrantWSa...@gmail.com
on 8 May 2011 at 3:41
As the error message says: you need the bindings for mysql<->python installed.
see CentOS' package-repository.
Original comment by lukas.l...@gmail.com
on 12 May 2011 at 6:51
Original issue reported on code.google.com by
StephenY...@gmail.com
on 8 May 2011 at 5:28