| Website | https://www.enterprisedb.com/ |
| Website | https://www.enterprisedb.com/ |
EDB will be in San Jose for #NVIDIA GTC at Booth 3414 to talk through the data platform decisions of today, including live demos of Warehouse #Analytics and the #Sovereign Data and AI Factory: https://www.enterprisedb.com/blog/where-sovereign-ai-gets-real-platform-decisions-showing-nvidia-gtc-2026
EDB CTO Quais Taraki will also be speaking on March 16 in the Expo Theater: https://www.nvidia.com/gtc/session-catalog/sessions/gtc26-ex82253/
Last week EDB colleagues Matheus Alcantara and Euler Taveira attended the ISO/IEC JTC 1/SC 32/WG3 ("SQL Standards Committee") meeting held at the ABNT, in São Paulo, Brazil. Joining them remotely was Peter Eisentraut, who has brought his expertise to the committee since 2020.
An experience report: https://www.enterprisedb.com/blog/shaping-sql-sao-paulo #PostgreSQL #SQL
OpenAI’s current database architecture is impressive, but it’s operating at its physical ceiling. On the blog, our Head of Product Management Anil Kumar maps the company's pain points to native resolutions in EDB Postgres Distributed (PGD).
Here's how to stop scaling #Postgres with "heroics": https://www.enterprisedb.com/blog/postgres-distributed-native-path-forward-openais-database-layer
jsonb is great for flexibility, but a nightmare for data integrity. Andrew Dunstan built json_schema_validate, a C extension that brings JSON Schema Draft 7 directly into your CHECK constraints.
The kicker? It’s up to 70x faster than existing Rust-based tools: https://www.enterprisedb.com/blog/validating-shape-your-json-data #PostgreSQL