Basically everything I touch is in-house, but a majority of it is available publicly. For instance: https://cloud.google.com/spanner/. - Source: Reddit / 4 months ago
An application that needs to handle a lot of data can use a distributed database like Cloud Spanner. Unlimited scale and you don't have to split your database into multiple tables. - Source: Reddit / 5 months ago
Look at the architecture and performance of Google's Cloud Spanner, a CP system with 99.999% availability... https://cloud.google.com/spanner. - Source: Reddit / 5 months ago
In my opinion, Google has built some fantastic database services like Bigtable and Spanner, which literally changed the industry for good, and I am eager to see how they will build upon this new service. With AlloyDB's disaggregated architecture, the dystopian world where I only pay for SQL databases per query and the stored data on GCP seems closer than ever. - Source: dev.to / 5 months ago
Cloud Spanner: Horizontally scalable relational DB 🔗Link 🔗Link. - Source: dev.to / 7 months ago
Have you considered looking at Cloud Spanner? The entry price point is about $60 USD/mo and can easily serve this traffic. For that price, you get:. - Source: Reddit / 7 months ago
Having fast distributed joins is an important consideration when it comes to selecting a scalable database that can support real-time, high-throughput, data-driven applications. In this article, we discussed how shuffle, broadcast, co-located, and pre-computed joins work. We explained that shuffle and broadcast joins are more suitable for batch or near real-time analytics because they may require moving data among... - Source: dev.to / about 1 year ago
This led me to be confused as to why they'd drop the FOREIGN KEY constraint as databases such as CockroachDB and Spanner still maintain referential integrity along with being scalable. - Source: dev.to / 12 months ago
The other option here is using Spanner from Google (https://cloud.google.com/spanner) which now has full PostgreSQL compatibility. That gets you global scalability with no meaningful changes to your application at all. They even made a Rails specific guide for it here https://cloud.google.com/blog/topics/developers-practitioners/scale-your-ruby-applications-active-record-support-cloud-spanner. - Source: Hacker News / about 1 year ago
5) Consider using Cloud Spanner for your database. At your scale, it would be hard to find a better solution across any major Cloud provider. Just note, this will be a point of "lock-in", however, the pricing on Spanner is pretty reasonable, and certainly more affordable than Firebase/Firestore at scale. - Source: Reddit / about 1 year ago
Everything else you've reasoned about is absolutely spot on though. However, beware the query costs of Firestore, they can sneak up on you. You may want to consider something like Cloud Spanner now that we have a reduced entry price point (~60/mo). This would give you SQL at a multi-terabyte scale should you choose to index more data. - Source: Reddit / over 1 year ago
Visual Studio Code is one of the most widely-used IDEs, due in part to the variety of extensions that are available to developers. For developers who are building applications that interact with Cloud Spanner, we're excited to announce the Google Cloud Spanner driver for the popular SQLTools extension for VS Code. - Source: dev.to / over 1 year ago
Much better. Bigtable (of the NoSQL era) was a curse that distorted design, engineering, operations, and resource planning. Spanner (distributed RDBMS) is salvation. Operations must have improved internally as well, since PCRs seem less of a PITA. - Source: Reddit / over 1 year ago
Some databases are actually domain-specific interfaces to other databases, and Firestore is one of them. Firestore is the updated version of Firebase Realtime Database, a mobile-oriented cloud service that was originally implemented as a service on top of MongoDB. Google acquired Firebase in 2014, and ported the interface, with modifications, to a Google Spanner backend in 2019. - Source: dev.to / over 1 year ago
Let's take a database, a common requirement for almost any architecture. There are an array of options depending on your chosen Cloud Provider, to name just a handful. AWS (Amazon Web Services) has Dynamodb, Aurora, RDS (Relational Database Service). Azure has Cosmos DB (which if you haven't heard of definitely check it out, it's a favorite of mine), SQL. Google Cloud has Spanner and Big Table and the list goes... - Source: dev.to / almost 2 years ago
On local environment, use spanner's docker emulator to create development tools. - Source: Reddit / about 2 years ago
Do you know an article comparing Google Cloud Spanner to other products?
Suggest a link to a post with product alternatives.