How does Solana achieve high throughput? #115
Answered
by
Omokami
Goldstar55
asked this question in
Q&A
-
help me |
Beta Was this translation helpful? Give feedback.
Answered by
Omokami
Dec 24, 2024
Replies: 1 comment
-
Solana achieves high throughput through several mechanisms, including a unique consensus algorithm called Proof of History (PoH), which timestamps transactions to enable parallel processing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Goldstar55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solana achieves high throughput through several mechanisms, including a unique consensus algorithm called Proof of History (PoH), which timestamps transactions to enable parallel processing.
Additionally, the architecture allows for transaction batching and efficient use of network resources, resulting in thousands of transactions per second.