Spatial Analysis in 2025: Key Trends Report
| Download Now
CARTO
Platform
Overview
Visualization
Analytics
App Development
Data Enrichment
AI Agents
Enterprise & Security
Pricing
CARTO for
Google Cloud
AWS
Azure
Snowflake
Databricks
Oracle
Solutions
By Industry
By Use Case
By Role
Telecoms
Icon/indus/Insurance-menu
Icon/indus/Insurance-menu-mobile
Insurance
Logistics
Real Estate
Financial Services
Retail
Marketing & Advertising
Mobility
All industries
Network Deployment
Catastrophe Modeling
Fraud Detection
Market Analysis
Environmental Management
Site Selection
Geomarketing
Data Monetization
IoT Analytics
Supply Chain Optimization
Healthcare Analytics
Territory Planning
All use cases
Data Analyst
Data Scientist
GIS Professional
Developer
Customers
Resources
Learn
Documentation
CARTO Academy
Blog
Reports
Glossary
Connect
Events
Partners
Webinars
Log inRequest a demo
Try for free
2050-01-01
1990-01-01
"ES", "GB"

This content applies to a previous version of CARTO

In October 2021 we released a new version of our platform. You can find the latest documentation at docs.carto.com

Back to Help Center

What is a CARTO Dataset?

Overview

A CARTO dataset is essentially a PostgreSQL table that has been processed for use within the CARTO platform. While the backend uses the term “table,” CARTO’s ecosystem refers to processed tables as “datasets.”

Why CARTO Datasets Matter

You should understand this distinction if you:

  • Want to know how Postgres tables differ from CARTO datasets
  • Are confused why a table created with CREATE TABLE() doesn’t appear in your dashboard

What Processing Adds

When a table becomes a CARTO dataset, three indexed columns are automatically added:

  1. cartodb_id — A primary key with unique, non-null values
  2. the_geom — Stores geometries (points, lines, polygons) in EPSG:4326 projection (WGS84)
  3. the_geom_webmercator — A hidden field storing geometries in EPSG:3857 projection (Web Mercator), used for map rendering and automatically updated when the_geom changes

Additionally, triggers are added to automatically generate cartodb_id values and maintain indexes as new rows are inserted.

When Processing Occurs

Tables are automatically registered when imported through CARTO’s import API.

Manual Processing

If you create a table using PostgreSQL’s CREATE TABLE function via CARTO’s SQL API, manually process it using:

SELECT cdb_cartodbfytable({table_name});

Enterprise users must include the organization username:

SELECT cdb_cartodbfytable({username}, {table_name});
CARTO
carto-logo
  • Platform

  • Overview

  • Visualization

  • Analytics

  • App Development

  • Data Enrichment

  • Security & Governance

  • Gen AI

  • Pricing

  • Solutions

  • Data Analyst

  • Developer

  • Data Scientist

  • GIS Professional

  • By Industry

  • By Use Case

  • Resources

  • Customer Stories

  • Blog

  • Glossary

  • Documentation

  • Academy

  • Reports

  • Events

  • Webinars

  • Partners

  • Company

  • About us

  • Newsroom

  • Careers

  • Brand

  • Grants

Unlock the power of spatial analysis.

youtube logofacebook logotwitter logolinkedin logo

© CARTO 2024

Terms

Privacy Notice

Whistleblower Form