March 2022 Summaries
7 posts from SingleStore
Filter
Month:
Year:
Post Summaries
Back to Blog
SingleStoreDB is a distributed SQL database designed for real-time analytics, offering low latency streaming data ingestion, flexible indexing, strong analytical support for complex queries, separation of storage and compute, and stronger availability requirements than typical data warehouses. It has been used by large customers such as Uber, Pinterest, and Akamai, and has been rated as the top operational data warehouse in Gartner's survey of analytical databases since 2016. The database supports a rich set of indexing techniques to speed up different data access patterns, including shard keys, unique keys for deduplication, sort keys, full-text keys, geospatial keys, and zone maps. It also has strong high availability support to keep applications online in the face of hardware failures or management operations such as database upgrades and schema changes.
Mar 31, 2022
2,345 words in the original blog post.
SingleStore, a database system, provides various index types to improve performance and user experience. Indexes are crucial objects that provide path and metadata to the optimizer, and SingleStore supports unique indexes on different table types. Skiplist indexes offer fast insert performance and are optimized for in-memory implementation, while clustered columnstore indexes provide significant data compression and can only be combined with in-memory row store indexes on the same table. Hash indexes are used when equality filters are employed in queries, and full-text indexes enable searching for words or phrases in text columns. Additionally, SingleStore supports storage of JSON data and quickly querying it using indexing on persisted columns.
Mar 24, 2022
742 words in the original blog post.
SingleStoreDB is a distributed, relational database that handles both transactions and real-time analytics at scale, designed to run on on-prem systems as well as major cloud systems like AWS, Azure, and GCP. It's ANSI SQL-compatible and natively supports structured, semi-structured, and unstructured data. In SingleStore, objects are used to store or reference data in SQL queries, including tables, views, indexes, stored procedures, and functions. A database is the first object created in a SingleStore cluster, which can be case-sensitive depending on the engine variable table_name_case_sensitivity setting. Tables in SingleStore come in different types, such as rowstore, columnstore, reference, temporary, and global temporary tables, each with its advantages for specific workloads. Rowstore tables are great for transactional workloads, while columnstore tables excel at analytical workloads due to their fast aggregations and table scans. Reference tables eliminate network data transfer during query execution by replicating on every node in the cluster. Temporary tables exist for a client session and cannot be queried by other users, whereas global temporary tables are shared across sessions and can be queried by other users with required privileges. Views provide several advantages over tables, including representing a subset of data, joining multiple tables, aggregating data, hiding complexities, taking little space to store, and providing extra security.
Mar 17, 2022
1,652 words in the original blog post.
The future of work conversation is not really new, but the option was taken away from many employees suddenly and without warning. Remote work existed before the pandemic, and while some people have adapted to working from home, others struggle with the lack of a proper workspace or in-person interactions. The office provides a collaborative environment, focus, and individual work time, which are essential for some employees. As we navigate this new hybrid work model, it's crucial to prioritize mental health support and find ways to connect and interact that work for everyone.
Mar 15, 2022
659 words in the original blog post.
SingleStore is a hybrid relational database that runs on-prem, in private or public clouds and is geared towards data-intensive applications. Data-intensive applications are characterized by low latency, large volumes of transactional and analytical data, high concurrency, speed of ingest, and complexity. SingleStore excels at handling these requirements at high speeds, complexity and concurrency, and at a lower cost than the competition. It offers a unique approach to queries optimization, patented universal storage, and can handle both structured and unstructured data in the same database. SingleStore is ideal for data-intensive performance, hybrid transactional and analytical processing, three-tiered storage, consolidation and multi-model databases, interoperability with existing systems, distributed scalability, and hybrid and multi-cloud deployment. It offers a lower total cost of ownership compared to other databases and can handle petabytes of transactional data at speed.
Mar 15, 2022
2,611 words in the original blog post.
In celebration of International Women's Day, the author shares personal stories and reflections on the incredible women who have shaped his life, particularly his grandmother and mother, whose determination and love provided a foundation for education and empowerment. The author credits these women with instilling in him values such as unconditional love, faith, and courage, which continue to guide him today. He also highlights the achievements of modern women like his wife, who embodies qualities like education, independence, and self-worth. As CEO of SingleStore, he emphasizes the importance of creating a positive culture that promotes equity, inclusivity, and growth opportunities for all employees, particularly women, in order to provide a safe and nurturing work environment.
Mar 08, 2022
773 words in the original blog post.
The cloud database market is experiencing significant growth, with many startups receiving substantial funding. The recently released Cloud Database Report 2022 highlights the top 20 vendors in this space, including SingleStore, which has been recognized for its innovative approach and enterprise capabilities. The report considers factors such as cloud-native architecture, enterprise capabilities, platform adaptability, innovation, and demonstrated business value to determine the leaders in the market. SingleStore stands out due to its multi-model SQL database that supports transactions, analytics, and various data types, making it an attractive option for businesses looking to modernize their data management. The company's adaptable data architecture, cloud-native databases, and managed services also make it a compelling choice for organizations seeking to migrate their data from legacy systems to the cloud. With its emphasis on "data intensity" and converged workloads in one system, SingleStore is well-positioned to capture market share in the rapidly evolving cloud database landscape.
Mar 03, 2022
1,271 words in the original blog post.