FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 06-27-2011, 07:53 AM
Avi Greenbury
 
Default Installing Snort

Damien Hull wrote:

I see some instructions for snort include MySQL. Is there a good
reason to use MySQL with Snort?


Yeah, a better structured db against which to run queries. It's overkill
for some uses of snort, too, though. Depends what you intend to do with
snort's output.


--
Avi

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 06-27-2011, 07:53 AM
Avi Greenbury
 
Default Installing Snort

Gilles Gravier wrote:

Note that since version 5.5 of MySQL, you get it installed (MySQL that
is) with InnoDB, the transactionnal datastore, enabled by default, this
means even better performance (and stability) than the original default
ISAM datastore in MySQL.


Ah yes. Unrecoverable by default. Thanks for that, MySQL.

--
Avi

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 06-27-2011, 08:19 AM
Gilles Gravier
 
Default Installing Snort

Hi, Avi!

On 27/06/2011 09:53, Avi Greenbury wrote:
> Gilles Gravier wrote:
>> Note that since version 5.5 of MySQL, you get it installed (MySQL that
>> is) with InnoDB, the transactionnal datastore, enabled by default, this
>> means even better performance (and stability) than the original default
>> ISAM datastore in MySQL.
>
> Ah yes. Unrecoverable by default. Thanks for that, MySQL.
>

Explain "unrecoverable"?

Gilles

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 06-27-2011, 08:30 AM
Avi Greenbury
 
Default Installing Snort

Gilles Gravier wrote:

Explain "unrecoverable"?


Well, perhaps not quite unrecoverable, but the difference in fun
following, say, a power failure on a MyISAM table versus an InnoDB one
leads me to always suggest MyISAM.


Wasn't there supposed to be a new storage engine by about now that fixes
all the performance penalties associated with MyISAM without the
automatic-embuggery of data that comes with Innodb?


--
Avi

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 06-27-2011, 08:46 AM
Gilles Gravier
 
Default Installing Snort

Hi!

On Mon, Jun 27, 2011 at 10:30 AM, Avi Greenbury <lists@avi.co> wrote:

Gilles Gravier wrote:


Explain "unrecoverable"?




Well, perhaps not quite unrecoverable, but the difference in fun following, say, a power failure on a MyISAM table versus an InnoDB one leads me to always suggest MyISAM.



Wasn't there supposed to be a new storage engine by about now that fixes all the performance penalties associated with MyISAM without the automatic-embuggery of data that comes with Innodb?



That's the point of a transactionnal engine. In case of power failure, you just roll back the transaction journal and you are set. Same with a journaling file system like ZFS, EXT3, EXT4, REISER-FS.


Using InnoDB is a good way to survive what would kill an ISAM file when things go wrong...

Gilles.

--
Gilles Gravier - Gilles@Gravier.org
Using Google Apps web mail

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 

Thread Tools




All times are GMT. The time now is 05:51 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org