How I store server logs in Google Spreadsheets
1–10 of 16 posts
Re: How I store server logs in Google Spreadsheets
#2This will kill cloud office apps if what works today doesn't work tomorrow. Cloud should not mean total loss of control of the version of the application. Something like gdocs should be offering frozen past versions of the app to avoid this type of thing being possible. Its not like frozen versions would actually add any maintenance cost to google.
These sheets are small and just have a few array forumulae. Nothing excel 20 years would have broken a sweat over.
Re: How I store server logs in Google Spreadsheets
#3http://www.pcpro.co.uk/news/80885/new-p2p-service-uses-gmail...
Note, it's from 2005, blast from the past.
Re: How I store server logs in Google Spreadsheets
#4I'm pretty disappointed with google sheet at the moment. I built some mildly complex spreadsheets for time tracking, nutrition, planning and such. They worked fine a year ago but I have experienced a massive drop in performance over the past few months. They take a minute to open and awfully slow to update calculations and no longer work reliably offline either. This is on an quad core desktop ffs. This will kill clo…
Re: How I store server logs in Google Spreadsheets
#5Re: How I store server logs in Google Spreadsheets
#6I'm pretty disappointed with google sheet at the moment. I built some mildly complex spreadsheets for time tracking, nutrition, planning and such. They worked fine a year ago but I have experienced a massive drop in performance over the past few months. They take a minute to open and awfully slow to update calculations and no longer work reliably offline either. This is on an quad core desktop ffs. This will kill clo…
Have you upgraded to the newest version of google spreadsheets? We were having some performance issues that sound just like what you're experiencing and as soon as we made the switch, our sheets were super fast.
I've tried copying a problem sheet to a new file and first impressions are positive. Thanks.
Re: How I store server logs in Google Spreadsheets
#7It's handy for logging and analyzing arbitrary stats.
Re: How I store server logs in Google Spreadsheets
#8Re: How I store server logs in Google Spreadsheets
#9Earlier quoted context omitted.
Have you upgraded to the newest version of google spreadsheets? We were having some performance issues that sound just like what you're experiencing and as soon as we made the switch, our sheets were super fast.
I upgraded a couple when it was first released but a few basic features not supported so had to abandon the attempt. I've tried copying a problem sheet to a new file and first impressions are positive. Thanks.
Re: How I store server logs in Google Spreadsheets
#10To address the speed problem you could still leverage sqlite locally as cache layer in between your in-memory cache and longer-term google spreadsheet cache, and use a repeating job to move the sqlite data over to google spreadsheets (and subsequently delete those rows in the sqlite, keeping the sqlite db at a small size).