scraperwiki / quick-nerdy-sql-tool

A ScraperWiki view tool for geeks who know SQL well, it returns JSON.
0 stars 1 forks source link

Add the ability to private save SQL queries for later use #17

Open fawkesley opened 11 years ago

fawkesley commented 11 years ago

It's useful to run a number of SQL queries to assess the quality of the data (ie look for rows where both profit and loss are nonzero)

I don't really want to publish these, just stash them for later use.

frabcus commented 11 years ago

@mcanet has asked for this too.

mcanet commented 11 years ago

Also could have store milliseconds of the process to know how efficient it is. Also maybe a number new queries add in each schedule call will be nice.

frabcus commented 11 years ago

mcanet - what do you mean by "add in each schedule call"?

mcanet commented 11 years ago

I mean each time a task is performed the schedule, Could be useful to register the elapsed time in milliseconds takes to perform script and new rows add it in database.

IanHopkinson commented 11 years ago

+1