Skip to content

Commit

Permalink
docs: Update when.md (#4175) Fixed spelling Source commit: b48e806
Browse files Browse the repository at this point in the history
  • Loading branch information
Cardano Wallet Documentation Bot committed Oct 20, 2023
1 parent a2a90f7 commit 1d4d254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3 id="computing-resources"><a class="header" href="#computing-resources">Compu
<p>Each wallet uses computing resources that grow with the number of addresses and UTxO in the wallet. For precise numbers, see our <a href="user/user/hardware-recommendations.html">Hardware Recommendations</a>.</p>
<p>If computing resources on a single machine are not sufficient, you can run multiple <code>cardano-wallet</code> process with different wallets on separate machines.</p>
<h3 id="transaction-throughput"><a class="header" href="#transaction-throughput">Transaction throughput</a></h3>
<p>If you want to submit frequent transactions to the Carano blockchain, the wallet is typically not a bottleneck — rather, the transactions per seconds that can be accepted by the Cardano blockchain is the limiting factor. That said, transactions per second are not directly relevant to your end-users, see <a href="https://www.youtube.com/watch?v=gpSnyCn2s9U">Performance engineering: Lies, damned lies and (TPS) benchmarks</a> for a thorough discussion of performance on Cardano.</p>
<p>If you want to submit frequent transactions to the Cardano blockchain, the wallet is typically not a bottleneck — rather, the transactions per seconds that can be accepted by the Cardano blockchain is the limiting factor. That said, transactions per second are not directly relevant to your end-users, see <a href="https://www.youtube.com/watch?v=gpSnyCn2s9U">Performance engineering: Lies, damned lies and (TPS) benchmarks</a> for a thorough discussion of performance on Cardano.</p>
<p>In general, note that the more your transactions depend on each other, the less they can be processed in parellel, reducing throughput and increasing latency.</p>
<p>On Cardano mainnet, on average 1 block per 20 slots is made, and one slot lasts 2 seconds (parameters as of July 2023). Each <a href="https://cardano.stackexchange.com/questions/216/is-there-a-maximum-number-of-transactions-a-block-can-hold">block may contain a maximum number of transactions</a>. Using these quantities, you can estimate an upper bound on the number of your transactions per second that the blockchain can accomodate.</p>
<p>If you need more frequent transactions that the estimate above, you need to consider a scaling solution such as <a href="https://hydra.family/">Hydra</a> or a sidechain.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion user/when.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h3 id="computing-resources"><a class="header" href="#computing-resources">Compu
<p>Each wallet uses computing resources that grow with the number of addresses and UTxO in the wallet. For precise numbers, see our <a href="user/hardware-recommendations.html">Hardware Recommendations</a>.</p>
<p>If computing resources on a single machine are not sufficient, you can run multiple <code>cardano-wallet</code> process with different wallets on separate machines.</p>
<h3 id="transaction-throughput"><a class="header" href="#transaction-throughput">Transaction throughput</a></h3>
<p>If you want to submit frequent transactions to the Carano blockchain, the wallet is typically not a bottleneck — rather, the transactions per seconds that can be accepted by the Cardano blockchain is the limiting factor. That said, transactions per second are not directly relevant to your end-users, see <a href="https://www.youtube.com/watch?v=gpSnyCn2s9U">Performance engineering: Lies, damned lies and (TPS) benchmarks</a> for a thorough discussion of performance on Cardano.</p>
<p>If you want to submit frequent transactions to the Cardano blockchain, the wallet is typically not a bottleneck — rather, the transactions per seconds that can be accepted by the Cardano blockchain is the limiting factor. That said, transactions per second are not directly relevant to your end-users, see <a href="https://www.youtube.com/watch?v=gpSnyCn2s9U">Performance engineering: Lies, damned lies and (TPS) benchmarks</a> for a thorough discussion of performance on Cardano.</p>
<p>In general, note that the more your transactions depend on each other, the less they can be processed in parellel, reducing throughput and increasing latency.</p>
<p>On Cardano mainnet, on average 1 block per 20 slots is made, and one slot lasts 2 seconds (parameters as of July 2023). Each <a href="https://cardano.stackexchange.com/questions/216/is-there-a-maximum-number-of-transactions-a-block-can-hold">block may contain a maximum number of transactions</a>. Using these quantities, you can estimate an upper bound on the number of your transactions per second that the blockchain can accomodate.</p>
<p>If you need more frequent transactions that the estimate above, you need to consider a scaling solution such as <a href="https://hydra.family/">Hydra</a> or a sidechain.</p>
Expand Down

0 comments on commit 1d4d254

Please sign in to comment.