I'm having no issues with the other piece of this (the report parser), but this web UI is acting a bit odd, and I'm wondering if I'm just stuffing too much data into it.
For example, with the 1,000 or so reports I'm looking at, that represents about 43,882,401 messages.
Front page loads fine, but clicking in to any domain eventually either just times out or results in a connection reset.
Server is currently not doing anything else and I'm not seeing anything of note in "top" while the UI is loading. Setup is bog-standard apache with mod_php, db is postgres.
Before I go too nuts with this, just wanted to reach out and see if it's practical to be working with this many records.
I'm having no issues with the other piece of this (the report parser), but this web UI is acting a bit odd, and I'm wondering if I'm just stuffing too much data into it.
For example, with the 1,000 or so reports I'm looking at, that represents about 43,882,401 messages.
Front page loads fine, but clicking in to any domain eventually either just times out or results in a connection reset.
Server is currently not doing anything else and I'm not seeing anything of note in "top" while the UI is loading. Setup is bog-standard apache with mod_php, db is postgres.
Before I go too nuts with this, just wanted to reach out and see if it's practical to be working with this many records.