Workflow
Database
icon
Search documents
X @Sui
Sui· 2026-02-03 01:03
We built a database from scratch because existing ones couldn't keep up with blockchain at scale.The result? 10x less disk writes, lower latency, and stable performance under sustained load.Storage was becoming the bottleneck. Not anymore.Introducing Tidehunter 👇https://t.co/6VVQ8lajC8 ...
AI加速普及,数据库为何成为新底座?
3 6 Ke· 2026-01-19 07:36
Group 1 - The core viewpoint of the articles emphasizes the critical role of databases in the AI era, highlighting that as AI technology advances, the demand for high-quality, efficient, and governable data becomes increasingly essential [1][2][3]. - The fifth OceanBase Database Competition attracted 1,223 teams and 2,620 students, indicating a strong focus on talent cultivation in the database field, which is recognized as vital for AI applications [1][2]. - The competition's tasks reflect real industry challenges, such as optimizing mixed query performance and developing traceable multi-modal systems, underscoring the need for databases to evolve from passive storage to active participants in AI inference processes [1][4][5]. Group 2 - The transition of databases from mere data storage to active components in AI workflows is driven by the need for real-time data processing and the ability to manage complex queries, which are essential for effective AI applications [3][4]. - The demand for hybrid search capabilities and traceability in AI-generated answers is reshaping database technology architecture, pushing for a more integrated and efficient system [4][5]. - The AI boom presents a unique opportunity for Chinese database technologies to leapfrog traditional players by focusing on user experience and the ability to manage diverse data types effectively [6][7]. Group 3 - The evolution of technology necessitates a shift in talent development, moving from application-oriented skills to a focus on system-level understanding and engineering capabilities, which is crucial for supporting AI advancements [7]. - The OceanBase Database Competition is designed to cultivate talent that can navigate both foundational database systems and AI applications, emphasizing the importance of long-term thinking and engineering skills [7]. - The current AI ecosystem is shifting from a model-centric approach to a dual focus on data and systems, positioning databases as essential pillars in driving the intelligent revolution alongside algorithms and computing power [7].
OceanBase探索数据库新时代:重构AI“存算智理惠”
华尔街见闻· 2025-11-21 11:19
Core Insights - The AI industry continues to evolve despite macroeconomic disturbances and debates about "bubble theories," with companies like OceanBase focusing on foundational infrastructure through the release of seekdb, an AI-native database product [1][2] - OceanBase has surpassed 4,000 customers in five years, with an average annual growth rate of over 100% in customer numbers, indicating strong market demand across various sectors [1][3] Industry Challenges - The explosion of data is a core issue for the new era, with predictions indicating that by 2025, the global volume of newly created data will exceed 175 ZB, posing unprecedented challenges for database infrastructure [3] - Traditional databases struggle with scalability, high costs, and fragmented ecosystems, leading to a need for a balance between storage and computing costs while ensuring high concurrency and efficiency [3][4] OceanBase's Solutions - OceanBase's seekdb allows developers to build AI applications with just three lines of code, enabling efficient handling of multi-modal data retrieval at scale [3][4] - The product supports unified mixed search capabilities across various data types and is compatible with over 30 mainstream AI frameworks, enhancing its integration into existing ecosystems [4][5] Market Position and Growth - OceanBase is the only database to break records in the "database World Cup" tests and has been a reliable backbone for Ant Group's core systems for over a decade [8][10] - The domestic database market is projected to reach 43.6 billion yuan by Q3 2025, with OceanBase leading in the financial sector, covering over 100 major banks and numerous key business systems [8][10] Case Studies - Successful migrations to OceanBase's distributed architecture have been completed for major clients like ICBC and招商证券, demonstrating its capability to handle massive data volumes and complex systems [10][11] - Companies like 泡泡玛特 have benefited from OceanBase's database in managing rapid growth and high traffic during peak sales events, showcasing its reliability and performance [10][11] Global Expansion and Compliance - OceanBase supports multi-cloud environments and has obtained numerous regional compliance certifications, addressing the challenges of data localization and regulatory requirements for global enterprises [13][14] - The company has successfully entered overseas markets, including Japan, and has implemented its database in international banking systems, marking significant milestones in its global strategy [13][14] Future Outlook - OceanBase aims to enhance its core capabilities in storage, computation, intelligence, governance, and accessibility to maintain its competitive edge in the evolving database landscape [18][21] - The shift from passive data recording systems to proactive business innovation platforms represents a strategic opportunity for Chinese enterprises in the global market [21][22]
X @Avi Chawla
Avi Chawla· 2025-11-19 19:13
AI Agent & Database Evolution - AI agents are challenging the traditional database model designed for human interaction [1] - The industry recognizes the need for databases to adapt to the requirements of AI agents, which differ significantly from human users [1] Agentic Postgres Features - TimescaleDB introduces Agentic Postgres, an agent-ready version of Postgres designed to address the challenges posed by AI agents [2] - Agentic Postgres enables instant database branching, facilitating parallel agent evaluations, safe experiments, migrations, and isolated testing with minimal cost and time [2] - It includes a built-in MCP server, offering schema guidance, best practices, and secure, structured access to Postgres for agents, aiding in informed migrations [3] - Hybrid search (vector search and BM25) is integrated, allowing agents to directly retrieve data within the database [3] - The database is memory-native, providing a persistent context for agent evolution [3] AI Agent Requirements - AI agents require the ability to branch endlessly, run multiple experiments concurrently, and operate within isolated, contextualized, and secure sandboxes [4]
X @Avi Chawla
Avi Chawla· 2025-11-19 13:42
Database & AI - AI agents are redefining the traditional role of databases [1] - Traditional databases were designed for human interaction, a model now challenged by AI agents [1] - AI agents require features like isolation, context, memory, and structured data [1] Postgres & AI - This is a significant moment for Postgres in the context of AI development [1] AI Agent Behavior - AI agents exhibit branching behavior [1] - AI agents conduct multiple experiments simultaneously [1]
X @Avi Chawla
Avi Chawla· 2025-11-19 06:30
Big moment for Postgres!AI agents broke the idea of what a database is supposed to do.Traditional databases were built for humans, and Agents broke that model.- They branch endlessly.- They run ten experiments at once.- They need isolation, context, memory, structured reasoning, and safe sandboxes.Letting agents touch production systems is terrifying because the old model of Postgres was never built for this kind of behavior.Agentic Postgres is an agent-ready version of Postgres by @TimescaleDB that solves ...
X @TechCrunch
TechCrunch· 2025-10-03 18:17
It's been a wild year of growth and fundraising for vibe-coding database of choice, Supabase. https://t.co/grk9RGomcv ...
X @Andre Cronje
Andre Cronje· 2025-08-15 15:48
Blockchain Database Technology - Most blockchain databases utilize a Merkle–Patricia trie on top of a key–value store, such as LevelDB or RocksDB [1] - This design introduces extra read lookups, leading to a read amplification problem as the blockchain database expands [1] - SonicDB eliminates the key-value store layer by directly indexing the world state in binary files [1] - This approach avoids read amplification and significantly enhances access time [1]
X @Andre Cronje
Andre Cronje· 2025-08-07 13:24
Technology & Performance - SonicDB is optimized for speed by directly writing state to disk [1] - SonicDB achieves 620% (6.2x) faster performance compared to Geth [2] - SonicDB utilizes direct binary storage [2] - SonicDB achieves zero read amplification [2] Database Architecture - Traditional chains often use key-value stores, which can slow down database performance [1] - Sonic Labs avoids key-value stores in favor of a faster approach [1]