Graph database maker Neo4j Inc. today launched Infinigraph, calling it a significant advancement in distributed graph technology. The company said the architecture allows users to run both operational and analytical workloads on a single graph database platform at over 100 terabytes in scale without fragmenting the graph, duplicating infrastructure or compromising performance. The product of […] The post Neo4j unifies real-time transactions and graph analytics at scale appeared first on Sil...| SiliconANGLE
Shardcake is a Scala open source library I created in 2022 to easily distribute entities across multiple servers (sharding) and to interact with them using their ID without knowing their actual location (location transparency). To support a real-life...| Pierre Ricadat's Tech Blog
Cost based optimization| Walking with the Elephants
1. Introduction PostgreSQL's 2 phase commit (2PC) feature allows a database to store the details of a transaction on disk without committing it. This is done by issuing PREPARE TRANSACTION [name] command at the end of a transaction block. When the user is ready to commit, he/she can issue COMMIT PREPARED [name] where [name] should| Highgo Software Inc. - Enterprise PostgreSQL Solutions
1. Introduction Recently I have been tasked to familiarize myself with the Foreign Data Wrapper (FDW) interface API to build a new FDW capable of doing vertical / columnar sharding, meaning that the FDW is capable of collecting column information from multiple sources and combine them together as a result query. I will document and… Read more The post Implement Foreign Scan With FDW Interface API first appeared on Highgo Software Inc.. The post Implement Foreign Scan With FDW Interface API ...| Highgo Software Inc.
So for one reason or another you have decided that you need horizontal scalability and you need to achieve it with PostgreSQL as your database. So what options do you have? The PostgreSQL database supports vertical scalability and can run on bigger and faster machines to increase the performance. But when it comes to horizontal| Highgo Software Inc. - Enterprise PostgreSQL Solutions
Announcing Lighthouse, a Rust implementation of the Ethereum 2.0 specification featuring proof-of-stake and sharding.| Sigma Prime
Analysis of Attestation Packing Efficiency throughout time.| Sigma Prime