DB - Eris - Coordination-Free Consistent Transactions Using In-Network Concurrency Control.pdf Distributed storage systems aim to provide strong consistency and isolation guarantees on an architecture that is partitioned across multiple shards for scalability and replicated for fault tolerance. Traditionally, achieving all of these goals has required an expensive combination of atomic commitment and replication protocols – introducing extensive coordination overhead.
2022-07-12 09:07:01 353KB 数据库 事务
1
Using Paxos to Build a Scalable, Consistent, and Highly Available Datastore.pdf Spinnaker is an experimental datastore that is designed to run on a large cluster of commodity servers in a single datacenter. It features key-based range partitioning, 3-way replication, and a transactional get-put API with the option to choose either strong or timeline consistency on reads. This paper describes Spinnaker’s Paxos-based replication protocol.
2022-07-10 21:03:27 216KB 数据库 paxos 分布式一致性协议
1
lua 一致性哈希 基于 yaoweibin 的一致性哈希分支( )在 lua 中重新实现一致性哈希 用法 local chash = require " chash " chash. add_upstream ( " 192.168.0.251 " ) chash. add_upstream ( " 192.168.0.252 " ) chash. add_upstream ( " 192.168.0.253 " ) local upstream = chash. get_upstream ( " my_hash_key " )
2022-02-08 18:47:40 2KB Lua
1
收藏一致性Hash算法的Java实现 转载自http://www.iteye.com/topic/684087
2022-01-14 15:26:43 4KB consistent hash java
1
In this paper, we focus on the problem of motion tracking in unknown environments using visual and inertial sensors.We term this estimation task visual-inertial odometry (VIO), in analogy to the well-known visual-odometry problem. We present a detailed study of EKF-based VIO algorithms, by comparing both their theoretical properties and empirical performance. We show that an EKF formulation where the state vector comprises a sliding window of poses (the MSCKF algorithm) attains better accuracy, consistency, and computational efficiency than the SLAM formulation of the EKF, in which the state vector contains the current pose and the features seen by the camera. Moreover, we prove that both types of EKF approaches are inconsistent, due to the way in which Jacobians are computed. Specifically, we show that the observability properties of the EKF’s linearized system models do not match those of the underlying system, which causes the filters to underestimate the uncertainty in the state estimates. Based on our analysis, we propose a novel, real-time EKF-based VIO algorithm, which achieves consistent estimation by (i) ensuring the correct observability properties of its linearized system model, and (ii) performing online estimation of the camera-to-IMU calibration parameters. This algorithm, which we term MSCKF 2.0, is shown to achieve accuracy and consistency higher than even an iterative, sliding-window fixed-lag smoother, in both Monte-Carlo simulations and real-world testing. I
2021-05-28 16:20:21 735KB VIO limingyang
1
边缘化Consistent Node Removal and Edge Sparsification for Graph-based SLAM.pdf
2021-02-19 20:09:09 363KB slam
1