by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Check out the power of BigQuery at http://bigquery.bimeanalytics.com/. This showcases the BigQuery performance against 3.5 billion rows.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use lifecycle management option for buckets and its objects to do auto archival and removal of objects. Lifecycle supports age, created date, number of new versions. A good lifecycle management for stored objects will help minimizing billing.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
To read RSS feeds use System.ServiceModel.Syndication.SyndicationFeed class. To generate RSS feeds use the same class and return object of type Rss20FeedFormatter.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use object change notification feature to trigger events asynchronously when files are modified or uploaded to Google Storage. Use an authorized domain and a handler on your website to receive notifications when objects in a bucket are changed.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use composite objects feature to enable parallel upload of multiple files to Google Cloud Storage. You can upload only 32 objects at the max and to only 1 bucket. The command to do that is gsutil compose. Use CRC32c for integrity checking.
Recent Comments