Home / Companies / SingleStore / Blog / March 2023

March 2023 Summaries

9 posts from SingleStore

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the limitations of NoSQL databases in handling complex queries, particularly analytics queries, and introduces SingleStoreDB as a distributed SQL database that can handle both analytical (OLAP) and transactional (OLTP) workloads in the same table type. It highlights the benefits of migrating from NoSQL to SingleStoreDB, including fast ingestion speed, high query performance, and support for JSON data formats. The text also compares two options for handling JSON arrays: importing them as fields in a JSON type or creating separate tables to represent the arrays. It notes that while the first option is faster, it has drawbacks such as losing table structure, whereas the second option provides more readable data schema but may impact ingest speed and join performance. Ultimately, SingleStoreDB offers a scalable solution for handling complex queries and data formats, making it an attractive alternative to legacy NoSQL databases.
Mar 29, 2023 1,210 words in the original blog post.
The text discusses updates on the SingleStore Technology Partner Ecosystem, highlighting new partnerships, workshops, webinars, and product listings. The ecosystem continues to evolve with the addition of ThoughtSpot, Denodo, Noteable, Data Virtuality, Decube.io, and NodeWeaver as technology partners. These partners offer powerful tools that can be used with SingleStoreDB to provide comprehensive solutions for customers' digital transformation journeys. The text also mentions upcoming events, including webinars on building GPT chatbot apps and migrating data from MySQL to SingleStore with zero downtime. Additionally, it highlights the partnership between CData Sync and SingleStore to enable seamless data integration and replication across various systems and applications. Finally, it introduces StepZen as a GraphQL server that helps developers build APIs quickly and with less code using declarative configurations.
Mar 27, 2023 1,702 words in the original blog post.
The Winter 2022 Release of SingleStoreDB introduced performance improvements for both transactional (OLTP) and analytical (OLAP) workloads, particularly when working with JSON and string data. This enhancement enables faster access to JSON data, making it suitable for both OLTP and OLAP applications. Developers can experience the performance gains firsthand by testing the new approach, which improves the overall Total Cost of Ownership (TCO). The performance benefits were demonstrated using a virtual machine environment, where seekable JSON resulted in over 140x performance improvement on a small cluster setup. Real-world data from the Los Angeles Police Department's crime data also showed significant speedup with seekable JSON, achieving over 60x performance improvement on a small dataset and environment.
Mar 23, 2023 880 words in the original blog post.
The author, an immigrant who arrived in Silicon Valley over 20 years ago with only a suitcase and a dream, has witnessed the growth and innovation of the Bay Area. They express pride in being part of this community and have seen firsthand the impact of technological advancements on the world. When Silicon Valley Bank collapsed, the author and their company SingleStore's CEO felt that the negative narrative surrounding it was unfair to the people and innovations coming out of the area. Instead, they chose to focus on the resilience and innovation spirit of Silicon Valley, emphasizing its unique ability to turn problems into opportunities through creativity and resourcefulness. The author wrote a full-page ad for the Wall Street Journal, titled "Silicon Valley is not a location," highlighting the idea that it is an emotion, a melting pot of innovation, and a place where dreams come true.
Mar 20, 2023 734 words in the original blog post.
In today's digital world, cloud data security is a critical concern for both businesses and individuals. SingleStore, a cloud-native database provider, prioritizes data security by architecting it at every layer of its technology stack. The company has recently attained the AWS PrivateLink Ready Partner designation, enabling customers to securely connect their databases to private services in their VPCs without exposing traffic to the public internet. Singlestore Helios is a fully managed database that powers real-time workloads with high performance and scalability. It uses a distributed SQL architecture and Universal Storage architecture to deliver millisecond performance on complex queries. AWS PrivateLink provides low-latency and high-bandwidth connectivity, simplifying network management and reducing costs. By using AWS PrivateLink with Singlestore Helios, customers can enjoy improved security, performance, cost-efficiency, and simplicity in their database setup.
Mar 14, 2023 1,169 words in the original blog post.
SQLTools is a popular VSCode extension for connecting to various databases, with over 2 million downloads. The extension works using drivers installed separately from the main extension, allowing users to connect to different databases such as SingleStoreDB. Installing the driver can be done easily via code --install-extension mtxr.sqltools, and it offers features like running queries, browsing database schema, SQL auto completion, and more. The extension is part of a broader effort to make SingleStore a first-class citizen across multiple platforms, with plans for additional integrations in the coming months.
Mar 09, 2023 295 words in the original blog post.
Today marks International Women’s Day, a time to celebrate women's achievements while reflecting on steps to reduce inequities they face. The theme for this year's IWD is #EmbraceEquity, which refers to recognizing individual circumstances and allocating resources to reach an equal outcome. In the tech industry, significant gender gaps exist, with women making up only 27% of STEM careers and facing a pay gap of approximately 74%. These biases begin in education, where stereotypes discourage girls from pursuing math and science. To reverse these trends, it's essential to design a more equitable future, focusing on diversity and inclusion in tech. SingleStore is committed to implementing pathways for women and underrepresented groups in STEM, hosting a panel with industry leaders on the impact of AI and automation on equity and justice.
Mar 08, 2023 645 words in the original blog post.
SingleStoreDB is a real-time, distributed SQL database that supports both transactional and analytical workloads in a single unified database. It integrates full-text search capabilities into its core functionality, simplifying the data landscape by not requiring specialty databases for this purpose. Full-text searches allow users to search text inside text data stored in a table, returning results with some or all of the words from the query. The database supports various operators in the expression used in the MATCH AGAINST function, such as +, -, *, ?, and ~, which can be used to perform exact, fuzzy, or wildcard searches. SingleStoreDB's patented Universal Storage enables fast scans of individual columns, making it ideal for columnstore tables with full-text indexes. The database provides examples, including creating a full-text index and performing searches using the MATCH AGAINST function, as well as combining aggregation queries with full-text search to find top values.
Mar 07, 2023 896 words in the original blog post.
The text discusses the importance of data-driven strategies in driving business growth and the role of databases in achieving this goal. It highlights the challenges faced by organizations when dealing with siloed data and the need for a big data platform that can scale to meet emerging application demands. The text also introduces SingleStoreDB, a real-time, distributed SQL database that supports both analytical and transactional processing, and its proprietary design ensures high performance at larger workloads. It provides a step-by-step guide on migrating data from MySQL to SingleStoreDB using Arcion Labs' Change Data Capture (CDC) platform, which offers zero data loss and extremely low latency data pipelines. The text concludes by highlighting the benefits of using Arcion, including sub-second latency, highly scalable solutions, and automatic schema conversion & evolution.
Mar 02, 2023 1,351 words in the original blog post.