scispace - formally typeset
M

Manish Sethi

Researcher at IBM

Publications -  20
Citations -  3753

Manish Sethi is an academic researcher from IBM. The author has contributed to research in topics: Information technology & Database design. The author has an hindex of 12, co-authored 20 publications receiving 2279 citations.

Papers
More filters
Proceedings ArticleDOI

Hyperledger fabric: a distributed operating system for permissioned blockchains

TL;DR: This paper describes Fabric, its architecture, the rationale behind various design decisions, its most prominent implementation aspects, as well as its distributed application programming model, and shows that Fabric achieves end-to-end throughput of more than 3500 transactions per second in certain popular deployment configurations.
Proceedings ArticleDOI

Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains.

TL;DR: The Fabric project as mentioned in this paper is a permissioned blockchain system for distributed applications written in standard, general-purpose programming languages, without systemic dependency on a native cryptocurrency, which allows the system to be tailored to particular use cases and trust models.
Journal ArticleDOI

Blockchain meets database: design and implementation of a blockchain relational database

TL;DR: This paper designs and implements the first-ever decentralized replicated relational database with blockchain properties that is term blockchain relational database, and designs two approaches, the first where the commit order for transactions is agreed upon prior to executing them, and the second where transactions are executed without prior knowledge of thecommit order while the ordering happens in parallel.
Proceedings ArticleDOI

Determining configuration parameter dependencies via analysis of configuration data from multi-tiered enterprise applications

TL;DR: This paper provides a method for analyzing existing deployments (that are functioning properly) to infer the configuration dependencies in a probabilistic sense and provides a rank-ordered list of dependencies so that administrators can consult it to quickly and systematically identify the true dependencies.
Posted Content

Blockchain Meets Database: Design and Implementation of a Blockchain Relational Database

TL;DR: In this article, the authors design and implement the first-ever decentralized replicated relational database with blockchain properties that they termed blockchain relational database, which leverages the rich features, decades of research and optimization, and available tooling in relational databases to build a blockchain database.