問題タブ [cost-management]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
107 参照

firebase - 1日あたりのフラッタークラウドファイアストーン読み取りを減らす方法は?

2 万人以上の学生向けの復習/試験アプリを作成したいと考えています。アプリのすべての生徒 (ユーザー アプリ) を対象に、毎日テストを受けます。そして、その記録 (スコア) を合計マークとしてクラウド Firestore に保存します。だから私の問題は、学生の順位をスコアで表示したいということです(合計点を並べ替えながら)。生徒がランキング ページにアクセスして上位の生徒を確認すると、アプリは合計点数の降順で並べられた 20,000 のドキュメントを呼び出します。

学生が自分のランクを示すために「私のスコアページ」を表示する必要があるだけでなく、これを使用して反復するために 20k ドキュメントを取得する必要もあります。

. 20,0000 X 20,000 = 400,0000,0000 == 1 日あたり 400m の読み取り、これは 1 日あたり $720、つまり 30 に相当します。 X $720=$21,600. その費用をかけずにこれらのドキュメントを読む別の方法はありますか?

0 投票する
0 に答える
46 参照

azure - Single Zone deployment in Azure and High Availability

In some regions, the Availability Zones are far enough that latencies may suffer for some workloads. In order to mitigate latency issues on our apps in Azure, we are considering pinning all our VMs in a given Availability Zone.

This should also have the benefits of having a better control over the cost of data transfer billing between Virtual machines across availability zones that will start in a few months.

However, it is not crystal clear in Azure documentation, but Availability Sets and Availability Zones cannot be set on the same VM, so if we pin all our VMs in a Zone, we cannot use Availability Sets anymore, and we lose the guarantees regarding SLAs.

VM を Azure の単一のゾーンにコロケーションしようとして、そのような条件下でクラスター化されたワークロードの高可用性を実現するためのヒントを共有できる人はいますか?