April 2023 Summaries
3 posts from Aerospike
Filter
Month:
Year:
Post Summaries
Back to Blog
The escalating costs of technology and concerns over whether it can provide enough value are valid issues faced by business leaders during digital transformation. Aerospike offers a flexible and powerful multi-model real-time data platform that provides scale, consistency, and low total cost of ownership for worldwide operations. By working closely with customers, Aerospike enables significant TCO advantages and operational efficiencies. As companies continue to spend on digital transformation, reaching $3.4 trillion by 2026, the need for scalable solutions becomes crucial. Aerospike's capabilities enable predictable sub-millisecond performance from gigabytes to petabytes, ensuring businesses can handle increasing transaction volumes and customer demands while maintaining a lower total cost of ownership.
Apr 27, 2023
668 words in the original blog post.
The Aerospike driver for LINQPad is a data context dynamic driver that allows users to interactively query and update an Aerospike database using LINQ commands, with features such as serialization, deserialization, JSON support, and execution of User-Defined Functions (UDFs). The driver provides metadata about the cluster, including active/inactive nodes and server version, and can dynamically detect the structure of records within an Aerospike Set. It also offers a hierarchical representation of Aerospike components in LINQPad's connection pane, allowing users to drag-and-drop components onto the Query pane for execution. The driver simplifies Aerospike API commands with extension methods, providing IntelliSense and code completion for operations like get, put, query, and operate. The Aerospike driver can be installed directly from the LINQPad NuGet Manager or manually by downloading the latest version from GitHub.
Apr 20, 2023
569 words in the original blog post.
Aerospike's uniform balance feature aims to minimize data movement in the event of a node loss or addition by optimizing the distribution of partitions across servers, resulting in better resource utilization and easier capacity planning. The partitioning scheme uses a deterministic algorithm that forms a partition map, which is then tweaked to even out the number of leader partitions each node has, achieving an optimal distribution. This feature was introduced in Aerospike Enterprise version 4.3.0.2 and has been shown to significantly reduce variance between nodes in terms of data volume and processing requests, resulting in improved capacity planning and node optimization, with minimal additional network cost.
Apr 19, 2023
1,451 words in the original blog post.