Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Washington Post confirms data breach related to Oracle hack

November 7, 2025

SoftBank is back, the AI ​​hype cycle is eating itself away

November 7, 2025

Congressional Budget Office admits it was hacked

November 7, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    Google brings Pixel 6 and new devices to Material3 Expressive, along with other features, to the Pixel 6 and new devices

    September 3, 2025

    Google's NoteBookLM now allows you to customize the tone of your AI podcasts

    September 3, 2025

    Roblox expands the use of age estimation techniques and introduces standardized assessments

    September 3, 2025

    Instagram finally launches the iPad app

    September 3, 2025

    Complete the 2025 Confusion Builder Stage Agenda with the Maximum Scaling Voice

    September 3, 2025
  • Crypto

    Why Benchmark made a rare crypto bet on trading app Fomo with $17 million Series A

    November 6, 2025

    Coinbase CEO Brian Armstrong trolls prediction markets

    November 1, 2025

    Solana co-founder Anatoly Yakovenko is a big fan of agent coding

    October 29, 2025

    Disrupt 2025: Day 3 | Tech Crunch

    October 29, 2025

    MoviePass releases fantasy league game Mogul to the public

    October 29, 2025
  • Security

    Washington Post confirms data breach related to Oracle hack

    November 7, 2025

    Congressional Budget Office admits it was hacked

    November 7, 2025

    'Landfall' spyware exploits zero-day to hack Samsung Galaxy phones

    November 7, 2025

    Italian political consultant says he was targeted by Paragon spyware

    November 6, 2025

    University of Pennsylvania confirms hackers stole data during cyberattack

    November 5, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    SoftBank is back, the AI ​​hype cycle is eating itself away

    November 7, 2025

    Chris Sacca's VC firm is raising second fusion fund

    November 6, 2025

    Ventures Platform, one of Africa’s most active early-stage investors, raises another $64 million

    November 6, 2025

    NVIDIA and Qualcomm partner with US and Indian VCs to help build India's next deep tech startup

    November 5, 2025

    Sequoia names Alfred Lin and Pat Grady new co-stewards following Roelof Botha's resignation

    November 4, 2025
TechBrunchTechBrunch

Google Cloud expands database portfolio with new AI capabilities

TechBrunchBy TechBrunchAugust 1, 20244 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


Google is holding its Cloud Next conference in Tokyo this week, with a focus on tailoring its database for AI workloads (because at this point in 2024, AI is all these big tech companies want to talk about), which includes updates to its Spanner SQL database, adding support for graph and vector searches, as well as enhanced full-text search capabilities.

This wouldn't be a Google announcement without Gemini-powered features, which include Gemini for BigQuery and Looker to assist users with data engineering and analytics, governance and security tasks.

Google argues that while the majority of companies believe generative AI is critical to their business success, they also recognize that much of their data is ungoverned and outside the scope of their analytics and AI efforts.

“We need to move away from existing data silos and data islands and build an integrated multi-modal data platform that encompasses structured and unstructured data. [because] “GenAI excels at analyzing unstructured data, and it combines working with data at rest and data in motion — real-time data and data at rest,” explains Gerrit Kazmeier, vice president and general manager of databases, data analytics, and Looker at Google. Activating this enterprise data flow is what many of these new features aim to do, he argues.

Spanner Adds Graph and Vector Capabilities

Spanner powers most of Google's own products, including Search, Gmail, and YouTube, and its customers include Home Depot, Uber, Walmart, etc. While Spanner can handle vast amounts of data, vector and graph databases are essential for ingesting enterprise data into GenAI applications and enhancing existing underlying models.

“We're thinking about, what does it take to take Spanner's availability, scale, and relational model and actually extend it into the data platform of choice for running GenAI apps,” said Andi Gutmans, vice president and general manager of databases at Google. For Google, like many database vendors, the first step is to add graph capabilities to Spanner using the emerging GraphQL standard. Companies can then use this graph to extend their GenAI applications and the underlying models that power them with Retrieval Augmented Generation (RAG), which is now the de facto standard for this use case.

Spanner's new features also include full-text search and vector search, with the vector search feature supported by Google's ScaNN algorithm. “With Spanner Graph, full-text search, and vector search, Spanner is not only the most highly available, globally consistent, and scalable database, but also a multi-model database with intelligent capabilities that can seamlessly interoperate to power a new class of AI-enabled applications,” Google said.

In addition to these AI-centric updates, Spanner is also introducing new optional pricing. Called “Spanner Editions,” the concept is to offer a more flexible, tier-based pricing model. Today, Google Cloud customers have to choose between a single-region edition and a multi-region edition that also bundles additional features such as replication.

Bigtable now supports SQL

Google on Thursday also announced a major update to Bigtable, Google's NoSQL database for unstructured data and latency-sensitive workloads: Bigtable now features SQL support (or, more precisely, support for Google's own SQL dialect, GoogleSQL), making it much easier for virtually any developer to use the service.

Previously, developers had to use the Bigtable API to query the database. Currently, Bigtable supports about 100 SQL functions.

Oracle on Google Cloud

For Oracle database fans, Google will allow Oracle Exadata and Autonomous database services to be hosted in Google Cloud data centers, and applications can be linked between Google Cloud and Oracle Cloud. For Google, this means more workloads in the cloud, and for Oracle, at least, these users will continue to pay license fees even if they are not using Oracle Cloud.

Also new for Google Cloud is support for open source Apache Spark and Kafka for data streaming and processing, as well as real-time streaming from Analytics Hub, Google's service for securely sharing data between organizations.



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

OpenAI seeks to extend human lifespans with the help of longevity startups

January 17, 2025

Farewell to the $200 million woolly mammoth and TikTok

January 17, 2025

Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

January 17, 2025

Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

January 16, 2025

Apple suspends AI notification summaries for news after generating false alerts

January 16, 2025

Nvidia releases more tools and guardrails to help enterprises adopt AI agents

January 16, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

Washington Post confirms data breach related to Oracle hack

November 7, 2025

SoftBank is back, the AI ​​hype cycle is eating itself away

November 7, 2025

Congressional Budget Office admits it was hacked

November 7, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

Type above and press Enter to search. Press Esc to cancel.