I am attempting to take a look at the data on my heroku instance. I'd like to be able to view the database on their server..
I don't want to pull it down to my local system.. More to the point I don't want wait that long, to take a look at the data.
Lets assume I push my current database of 8 million books(and all the meta data associated) up to heroku. Then in two months I add another 12 million. (I'm still in development mode) If I have a problem with one batch of data, I don't think it's feasible to pull down the whole database.
I suppose I could do crunches while I wait on the download of the gigs of data. I hear that's what old programmers did during compiles.
I've looked at Viewing database in Heroku and it's just a "Can't do it."
Is that true? We can't look at the live data?