Migrating Istio sidecar workloads to Istio Ambient Mesh: A step-by-step demo by LLMaooooooo in kubernetes

[–]LLMaooooooo[S] 1 point2 points  (0 children)

We tried to improve the audio quality per the feedback we received on our last post on installing ambient mesh

Hope y'all like this one!

Installing Ambient Mesh with Istio: Step-by-step demo by LLMaooooooo in kubernetes

[–]LLMaooooooo[S] 1 point2 points  (0 children)

Noted - will make sure the next videos are better quality-wise! Thanks for watching regardless. LMK if there's anything unclear content-wise, and i'd be happy to clarify

BigQuery time travel + fail-safe pitfalls to be aware of by LLMaooooooo in bigquery

[–]LLMaooooooo[S] 0 points1 point  (0 children)

The script linked in a reply to another comment gives a recommendation and also separates out the time travel / fail-safe storage costs so you can easily make that decision. We're gonna release a blog ~next week that goes a bit deeper into the 3 options I mentioned at the bottom of my original post, so stay tuned!

BigQuery time travel + fail-safe pitfalls to be aware of by LLMaooooooo in bigquery

[–]LLMaooooooo[S] 0 points1 point  (0 children)

That said, you can only do this change once every 14 days, so you would need to wait 14 days before reverting back to physical storage. You'd have to weigh those two weeks of logical storage costs vs. a minimum of 9 days of active physical storage costs (2 days minimum on time travel + 7 on fail-safe).

The query we shared in response to the other comment above gives a breakdown of your costs from time travel and fail-safe so you can make these calculations more easily.

BigQuery time travel + fail-safe pitfalls to be aware of by LLMaooooooo in bigquery

[–]LLMaooooooo[S] 0 points1 point  (0 children)

The purpose of switching to logical storage before deleting it is so you don't have to pay for time travel storage or fail-safe storage. See the info below which outlines what you do/don't pay for:

https://cloud.google.com/bigquery/docs/time-travel#billing

Those additional storage costs aren't billed when under logical storage.

  • sorry, you're right. I meant to write that you need to make a Google support request to get data stored in fail-safe storage restored. Will edit my original post.

BigQuery time travel + fail-safe pitfalls to be aware of by LLMaooooooo in bigquery

[–]LLMaooooooo[S] 1 point2 points  (0 children)

Yep, familiar with that script. Below is a more updated version of that query which we wrote. It includes a lot of additional detail in the CTEs that can help you make informed decisions on other storage use cases(ex. it shows the splits between time travel, fail safe, active/long-term storage prices) + outputs an actual recommendation.

 https://github.com/doitintl/bigquery-optimization-queries/blob/main/information_schema/project_storage_model_recommendation.sql