firnsy / echidna-refresh

Architectural PoC for Echidna framework.
2 stars 2 forks source link

Feature: in NSM Data, Fetch latest entries and not the first #8

Open gamelinux opened 11 years ago

gamelinux commented 11 years ago

When you go to NSM Data/*, it seems like it displays the first 1000 records that got stored into the the DB. Should be the 1000 last records I would hope.

larsx2 commented 11 years ago

The next commit is going to deal with this one, although the limit of entries was changed to 100, so is that a good number or how much data do you think would be enough to be fetched to the browser?

A new function would be added to each Object Class which would return the selected attribute to which the order by would take effect on the db adapter.

gamelinux commented 11 years ago

can you estimate the average memory usage for an event/session/pdns entry? then work from that a client browser should at least have 250MB memory for Echinda (default) and maybe have an option to tweek Echidna memory usage? If my client has 12GB of ram, I dont have a problem letting Echidna use 2GB normally, and if there is need for it, let it have 10GB etc...