Alright so I found some source code in Java that was a nice little data analyzer for keywords that would give me info like top 100 keywords in my database and so on. But I've already broke it.
Here's what I'm doing, I have a database that I dump search queries into so I can analyze them later one. I searched for a pre-built option before trying to build my own when I found said app mentioned above. Worked great up to about 1million query results then I turned my my script to get more data for a couple of hours.
Now that I've hit 2.5+ million results in my database that little java app can't handle it and crashes. I don't know how to code in Java and didn't plan on learning anytime soon. So I'm open for suggestions on how I should approach this.
Some thing to note it is that with in a day I'm projecting anywhere between 8-10 million results in the database I would like to analyze once I turn everything on after testing.
It doesn't matter the language if you have one to suggest I'm open.
Here's what I'm doing, I have a database that I dump search queries into so I can analyze them later one. I searched for a pre-built option before trying to build my own when I found said app mentioned above. Worked great up to about 1million query results then I turned my my script to get more data for a couple of hours.
Now that I've hit 2.5+ million results in my database that little java app can't handle it and crashes. I don't know how to code in Java and didn't plan on learning anytime soon. So I'm open for suggestions on how I should approach this.
Some thing to note it is that with in a day I'm projecting anywhere between 8-10 million results in the database I would like to analyze once I turn everything on after testing.
It doesn't matter the language if you have one to suggest I'm open.