August 2022 Summaries
9 posts from Aerospike
Filter
Month:
Year:
Post Summaries
Back to Blog
Telecom microservices are transforming Communications Service Providers (CSP) into Digital Service Providers (DSP). Microservices architecture breaks down complex IT systems into easily manageable components, offering agility, scalability, extensibility, and on-demand capabilities. This approach enables personalized and omnichannel experiences for telecom end users. Aerospike's real-time data platform provides high performance and future-proof scaling capabilities, making it a valuable asset in implementing microservices. Telecom microservices are widely used in Business Support Systems (BSS), Operations Support Systems (OSS), and network management, as well as enabling innovative services like real-time cross-sell/upsell in gaming and mobile commerce. Aerospike's highly scalable data platform has improved connections 10X and lookups by nearly 6X for a major Tier-1 telco customer while keeping operational costs low.
Aug 31, 2022
943 words in the original blog post.
Aerospike has released a new version of its database, 6.1.0.1, which introduces features such as secondary indexes on elements within CDTs and warm restart of secondary indexes. The company also recently released Connect for Presto - Trino 4.0.0, which leverages batch writes for improved bulk write performance and secondary index cardinality information for query optimization. Additionally, Aerospike has a new blog post titled "Aerospike Through SQL" that describes how developers can quickly implement specific SQL CRUD operations using the Aerospike API. The company is also hosting an upcoming event in Tel Aviv on September 12, 2022, where experts will discuss operating and querying real-time data at scale with K8s and Presto/Trino. Furthermore, Aerospike has made available six months of free access to its academy for meetup attendees.
Aug 31, 2022
313 words in the original blog post.
Aerospike Database 6.1 introduces significant improvements to its query and data distribution capabilities, including support for secondary indexes on nested elements of documents and enhanced Cross-Datacenter Replication (XDR) throughput. These enhancements enable more complex queries for real-time analytics and further establish Aerospike's industry-leading global data distribution capabilities. Additionally, the release includes cardinality statistics to improve query performance in complex queries or analytics.
Aug 30, 2022
1,179 words in the original blog post.
Aerospike Database 6.1 is now Generally Available, offering enhanced secondary index features and improved Cross-Datacenter Replication (XDR) throughput for rehydration and recovery use cases. The release supports secondary indexes on nested elements of documents, reducing limitations to only indexing top-level elements of a JSON document. It also introduces warm start support for secondary indexes in Enterprise Edition, significantly reducing operational impact during restarts. Additionally, the release provides support for indexing whole namespaces, enhanced throughput for XDR, and cardinality information through info calls, allowing for optimized query performance. Secondary index names are now limited to 64 characters, and the release includes significant improvements in performance, scalability, and data distribution capabilities.
Aug 30, 2022
1,169 words in the original blog post.
ACID compliance refers to a set of principles that ensure reliable processing of database transactions. It stands for atomicity, consistency, isolation, and durability. Atomicity ensures complete success or failure of transactions; consistency maintains valid state of data; isolation prevents concurrent transaction interference; and durability allows recovery after system failures. ACID compliance is crucial for databases requiring strong consistency. While NoSQL databases were designed to deviate from ACID principles, some can enforce ACID-compliant transactions through strong consistency modes and replication in distributed environments. Aerospike offers high-quality database solutions that are ACID compliant.
Aug 26, 2022
691 words in the original blog post.
The global gaming market is worth over $300 billion, making it highly competitive. To succeed in this market, game publishers must ensure that their games provide fast, reliable, and scalable technology to create the best online gaming experience. Poor performance can lead to player frustration, brand damage, and lost revenue opportunities. Key elements for providing a high-quality gaming experience include speed, personalization, scalability, fraud prevention, and AI/ML systems. By focusing on these aspects, game developers can increase customer satisfaction, brand loyalty, and improve revenues.
Aug 26, 2022
1,524 words in the original blog post.
The global gaming industry is worth over $300 billion, making it a lucrative market for game publishers. However, poor online gaming experiences can damage the brand and cut into revenue. Gamers have high expectations for speed, personalization, scalability, fraud prevention, and AI/ML systems to deliver a seamless experience. With 47% of gamers citing fast performance as extremely important, companies must prioritize technology that delivers better quality results, fewer glitches, and increased customer satisfaction to avoid losing players and damaging their reputation. The stakes are high, with nearly 227 million Americans playing video games, and the pandemic has led to an increase in gaming hours among families and older demographic groups, making it essential for game developers to provide a high-quality, secure, customized, and reliable gaming experience.
Aug 26, 2022
1,499 words in the original blog post.
Aerospike, a company specializing in real-time data platforms, has experienced its best first half ever and was named to Inc. 5000's list of fastest growing companies in North America for the second time. The company also received recognition from CRN as one of the 10 Coolest Big Data Tools in 2022 and was a finalist for both the 2022 Data Breakthrough Awards and the SaaS Awards. Aerospike's recent product releases, including Aerospike Database 6 and Aerospike SQL powered by Starburst, have contributed to increased market momentum. The company is poised to continue growing as more enterprises invest in modernizing their data architectures for real-time data needs.
Aug 17, 2022
301 words in the original blog post.
Aerospike's broad support for SQL allows developers to access and manipulate data in multiple ways, including through Trino, Spark, and JDBC connectors. The Aerospike API provides full functionality and performance, but may not be suitable for all use cases due to its NoSQL nature. Developers can leverage the Aerospike API's control and simplicity to optimize their applications' performance and scale, avoiding certain SQL features like joins to maximize benefits. By modeling data for performance, using performance features like multi-op requests, batch requests, and expressions, developers can unlock the full potential of Aerospike.
Aug 16, 2022
3,175 words in the original blog post.