From 299d9112989a536b60ec4ee659a244fc976a3a5b Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Wed, 17 May 2017 12:03:47 +0200 Subject: [PATCH] [FAB-3887] Remove Q&A on expected performance from FAQ Change-Id: I9833b80b9e122ccff4619087f57570991de1e4e1 Signed-off-by: Arnaud J Le Hors --- docs/source/FAQ/usage_FAQ.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/source/FAQ/usage_FAQ.rst b/docs/source/FAQ/usage_FAQ.rst index bd6278ab954..a128f4e8515 100644 --- a/docs/source/FAQ/usage_FAQ.rst +++ b/docs/source/FAQ/usage_FAQ.rst @@ -1,19 +1,6 @@ Usage ----- -* What are the expected performance figures for the fabric? - -The performance of any chain network depends on several factors: proximity -of the validating nodes, number of validators, encryption method, -transaction message size, security level set, business logic running, -and the consensus algorithm deployed, among others. - -The current performance goal for the fabric is to achieve 100,000 -transactions per second in a standard production environment of about 15 -validating nodes running in close proximity. The team is committed to -continuously improving the performance and the scalability of the -system. - * Do I have to own a validating node to transact on a chain network?