<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p" -->

---
title: How Target Rebuilt Retail Discovery with Spanner Graph
description: Target&#x27;s Guest Product Confidence platform team migrated from a fragmented stack of Elasticsearch clusters and NoSQL datastores to Google Cloud Spanner Graph...
canonical: https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How Target Rebuilt Retail Discovery with Spanner Graph | daily.dev
og:description: Target&#x27;s Guest Product Confidence platform team migrated from a fragmented stack of Elasticsearch clusters and NoSQL datastores to Google Cloud Spanner Graph...
og:url: https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p
og:image: https://api.daily.dev/og/posts/sjTx1OM1p.png
og:image:alt: How Target Rebuilt Retail Discovery with Spanner Graph
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Target Rebuilt Retail Discovery with Spanner Graph

**[Google Cloud](https://daily.dev/sources/gcp)** · 6 min read · 0 upvotes · 0 comments

## Summary

Target's Guest Product Confidence platform team migrated from a fragmented stack of Elasticsearch clusters and NoSQL datastores to Google Cloud Spanner Graph to power AI-driven retail discovery. The new architecture unifies graph relationships, vector embeddings, full-text search, and ACID transactions in a single database engine, enabling a 'graph-of-graphs' enterprise ontology. Migration was executed in four zero-downtime phases: schema mapping, parallel data replay, canary deployment, and full cutover. Key outcomes include a 50% reduction in database maintenance overhead, improved recommendation relevancy via GraphRAG (combining graph traversals with vector similarity to ground LLMs), serverless autoscaling through peak retail events like Black Friday, and SQL+GQL interoperability eliminating complex ETL pipelines. The platform now powers conversational tools like Target's Gift Finder chat agent.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://cloud.google.com/blog/topics/retail/how-target-rebuilt-retail-discovery-with-spanner-graph>

## Similar posts on daily.dev

- [The power of multi-model Spanner for the agentic era](https://daily.dev/posts/the-power-of-multi-model-spanner-for-the-agentic-era-qdwjuy0cw) · Google Cloud · 0 upvotes · 0 comments
- [The unified graph solution with Spanner Graph and BigQuery Graph](https://daily.dev/posts/the-unified-graph-solution-with-spanner-graph-and-bigquery-graph-drfqk5dah) · Google Cloud · 0 upvotes · 0 comments
- [Introducing Spanner Graph algorithms](https://daily.dev/posts/introducing-spanner-graph-algorithms-bpoqhdeun) · Google Cloud · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#vector-search](https://daily.dev/tags/vector-search)

[View this post on daily.dev](https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How Target Rebuilt Retail Discovery with Spanner Graph","url":"https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p"},"datePublished":"2026-08-04T16:08:11.538Z","dateModified":"2026-08-04T16:15:02.793Z","description":"Target's Guest Product Confidence platform team migrated from a fragmented stack of Elasticsearch clusters and NoSQL datastores to Google Cloud Spanner Graph...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/34b2e28fd6101c41ca118b3ea1e09cb2?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/34b2e28fd6101c41ca118b3ea1e09cb2?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Google Cloud","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Google Cloud","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gcp","url":"https://daily.dev/sources/gcp"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-target-rebuilt-retail-discovery-with-spanner-graph-sjtx1om1p","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,vector-search","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Google Cloud","item":"https://daily.dev/sources/gcp"},{"@type":"ListItem","position":3,"name":"How Target Rebuilt Retail Discovery with Spanner Graph"}]}
```

