Re: [vassalengine-devel] stable and unstable releases
Brought to you by:
rodneykinney,
uckelman
|
From: Rodney K. <rod...@co...> - 2007-12-20 20:13:21
|
Actually, I described a previous version of the Connection History link. The current script does store and query MySQL for the connection history. The script periodically deletes rows older than a month and returns the entire list when asked for the history. Because it's always pulling all of the rows from the table, an index wouldn't help. I suspect that most of time is spent on the client side collating all of the data. rk |