by H.Thirukkumaran | Aug 9, 2017 | tip of the day
For standard images displayed on websites like previous, next, up, down use SVG based images or fonts like font awesome. This may help improve performance of your website. Even for larger images design them as SVG. Also if you are using images then try using image...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
There is no rename method in .NET for files. The way we do it is to use File.Move method to move the file within the same folder with new name.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
In Google BigQuery it is cheap to store a GB of data compared to run a query against 1 GB of data. To reduce your billing create multiple tables instead of one table to store your data. For example: You can create tables Order_2011, Order_2012, Order_2013 to store...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use DRA buckets to store your archived files in google storage to save money. To move files from standard bucket to DRA use gsutil -p option to do that.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Use dry run flag to get the estimated resource usage for the query that you are planning to run. You can also use validate option in the Browser SQL window.
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.
Recent Comments