How Kissflow Breaks Down Silos: A Unified Data Strategy
Discover how Kissflow moved from a traditional SQL-based system to a unified data strategy leveraging Hybrid HTAP.
Celebrating the TiDB Future App Hackathon 2024
During the recent HTAP Summit, I had the honor of celebrating another successful TiDB Future App Hackathon and announcing our winners. This year, we had close to 2,100 participants–about 40% increase from 2023–joining us from 80+ countries. If you visit the Hackathon project gallery, you will be able to see the winners and all other […]
10 Reasons Why You Shouldn’t Miss HTAP Summit 2024
The role of relational databases in processing large data volumes at scale has never been more critical. But what’s next for these databases as demands for AI and real-time operational intelligence add greater technical complexity? Join us at HTAP Summit 2024 for answers to this question (and more!) This event is a one-stop destination for […]
Multi-Tenant Architecture: Enhancing Database Scalability with TiDB
In the era of cloud computing and Software as a Service (SaaS), it’s essential to optimize resource use and scalability in databases. Multi-tenant architecture meets these needs by allowing a single database instance to serve multiple customers, or tenants. This ensures each tenant’s data remains isolated and secure, leading to enhanced cost efficiency, simplified management, […]
HTAP Summit 2024 Call for Proposals (CFP) is Now Open!
HTAP Summit, the only industry-leading conference focused on Hybrid Transactional/Analytical Processing (HTAP), has officially opened its 2024 call for proposals. Now in its third year, HTAP Summit, organized by PingCAP, gathers database experts, innovators, and enthusiasts to share knowledge and experience about distributed database architecture, real-time operational intelligence and ways modern data technologies can drive […]
Web3Bench: A New HTAP Benchmark for Web3 Workloads
This blog introduces Web3Bench, a hybrid transaction/analytical processing (HTAP) benchmark that addresses earlier limitations. Web3Bench is based on real-world Web3 use cases that utilize HTAP. Our data model is a simplified version of the decentralized blockchain Ethereum. We leverage a sample data set from Ethereum to build a scale factor-based data generator. The workload in […]
Introducing TiAdvisor: An Automated TiDB Index Advisor
In this blog, we introduce TiDB Index Advisor—or TiAdvisor for short—a novel tool that automates index discovery to enhance user workload performance. We also outline the techniques employed in building this tool and provide use cases that validate its results. Why Do We Need a TiDB Index Advisor? Database indexes provide faster access to data. […]
Reducing HTTP Latency by 80% with Edge Functions and TiDB Serverless
When building applications for global users, it is common for users to make requests to servers located far from the region where the application is deployed. This often leads to a poor user experience due to network latency. Therefore, reducing latency is vital in such scenarios. OSSInsight, our open-source GitHub project insight platform, faces the […]
Presenting TiDB 7.5: Improved Stability at Scale for Data-Intensive Applications
While TiDB is already the trusted system of record for some of the most data-intensive applications ever, there is still room to improve. Subsequently, TiDB 7.5, our second long-term support (LTS) release of 2023, emphasizes stability at scale. As application data continues to grow, we see more and more scaling challenges. The most common antidote […]
Why Documentation is Important
Documentation (or “docs”) is such a key part of any open-source software project. If you have good docs, users will find it easy to get started. They’ll also be able to find answers on their own for the majority of questions as they use the software. Even before I start evaluating technical products or organizations, […]
TiDB Cloud Serverless Driver (Beta): Seamless Database Connectivity in Edge Environments
We are excited to unveil TiDB Cloud Serverless Driver (Beta) for JavaScript, your gateway to seamless database connectivity in edge computing environments. With this driver, you can now effortlessly connect to TiDB Serverless from edge environments such as Cloudflare Workers, Vercel Edge Functions, and Netlify Edge Functions. TiDB Serverless is a fully managed cloud Database-as-a-Service […]
Migrating from MySQL to TiDB: A Practical Guide to Distributed SQL Adoption
In our previous article, MySQL 5.7 EOL: Migrating to a MySQL Alternative, we explored the various alternatives to MySQL 5.7 after its imminent end of life (EOL). Among the alternatives discussed, migrating from MySQL to TiDB, an advanced open-source, distributed SQL database, emerged as a promising solution for those seeking scalability, high availability, and MySQL […]