I am making a Cordapp to store User data as states in Corda. I am expecting around 1000-2000 rpc users to user this Cordapp. Will Corda be able to handle such a load? What all things should I keep in mind while writing the Cordapp ton handle the load?
Large user data and request handling in Corda
109 Views Asked by Kshitiz Sharma At
1
There are 1 best solutions below
Related Questions in BLOCK
- Magento custom block. Can't get block's file
- Concrete5 5.7 Block permissions
- Ceph- list object in a RADOS block device
- ASP.net main thread block during long running process
- How to modify multiple elements of a block with BEM CSS
- How To Pass A Twig Output String Into the urlFor() Function
- Coderbytes Letter Changes (Ruby)
- More blocks in Simulink
- Upload form inside Drupal block
- adblock - block one option from select list
- multiple return values in callback blocks
- Is possible to set hadoop blocksize 24 MB?
- How to pass data from the popped model view controller to the previous view controller using Swift language?
- Swift passing uninitialized object to block
- Unsupported field datatype: metadata
Related Questions in BLOCKCHAIN
- Blockchain receive API with same address
- panic: runtime error: invalid memory address or nil pointer dereference when running Blockchainr
- Cannot "Query" hyperledger-fabric, error code -32003
- Why is transactions not always record to the block? - Blockchain PBFT
- Hyperledger on Bluemix: Failed to launch chaincode spec(Could not get deployment transaction
- Connect to Multichain network using aws EC2
- Deploying Ethereum Private Network
- Does the "holy trinity" (Ethereum, Swarm and Whisper) support multimedia streaming?
- Hyperledger Fabric v0.6 using Docker Toolbox
- What is the ibm bluemix blockchain port for events?
- Unable to deploy Hyperledger Java chaincode via Github
- How to accurately measure the effort required to reduce a λ-term?
- IBM Blockchain (Hyperledger) - "Error when deploying chaincode"
- Transaction via Blockchain API using Multiple recipients
- Computing acoustic fingerprint in a distributed manner without exposing the whole file to any participant
Related Questions in RPC
- Call IConnectionPoint::Advise cause a crash
- How do I implement RMI using the computers connected in the same network?
- The RPC server is unavailable while creating user in Active Directory
- What is the equivalent of RPC in new Unity Networking?
- Protobuf-Net: implementing server, rpc controller and rpc channel
- Perl XML-RPC output format/schema
- How do you correctly exit a remote job in a PowerShell session
- Error:1722 Getting session names
- Python: use xmlrpc module with a server requiring authentication
- Java inter-process communication in year 2015 (with no boiler-plate)?
- How can I configure hadoop rpc's timeout?
- Passing of value from one separate application to another
- install gRPC and got make error
- How to make an application get know that some other application is offline (RPC)?
- Connect to RPC Server in Docker
Related Questions in CORDA
- Flow Exceptions among multiple parties
- Throughput & Latency of Blockchain/DLT platforms
- Getting exception - co.paralleluniverse.fibers.SuspendExecution while executing flow in CordaM13
- Query criteria for matching 3 of 6 fields
- Blockchain platform in C
- Corda: Adding muliple output states in a single transaction
- Corda: Sharing transactions with a node such that it can't consume them
- SqlException - Value too long for column (Corda)
- Data storage on Corda
- How to store only node specific off-ledger custom data in corda?
- Issue in getting started on corda
- Getting an error when adding a 3rd-party jar file
- How to fetch data from custom table in Corda
- Error While Fetching Data from Corda Custom Tables
- Corda : Trader-demo - database observations
Related Questions in DISTRIBUTED-APPS
- Custom url scheme not working (for first time) IOS application
- Where can I find console log of lite-server?
- How to persist data after deployment in Solidity
- Framework Recommendation for developing distributed iPhone / iPad applications
- is there tool to build distributed search techniques?
- can i use springsmvc + ejb + hibernate for distributed application?
- Blockchain Questions
- How to distribute applications across nodes without having to start all applications as part of the Distributed Hand-shake
- distributed application
- Start with remoting or with WCF
- How do I handle file uploading on distributed application?
- Can registry and interface objects for java RMI be declared static globally?
- Large user data and request handling in Corda
- Java SimpleClient & SimpleServer Sending Commands Being Weird
- Adding Centralized DB for existing C# Win App
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It depends how many transactions each user performs per second.
In Corda Enterprise 3.0, nodes can perform over 1,000 TPS under certain conditions, which equates to 86.4 million transactions a day. See the table here: https://docs.corda.r3.com/sizing-and-performance.html#overview.
We expect further performance improvements in Corda Enterprise 4, planned for release at the end of 2018.