Remove Architecture Remove Benchmarking Remove Storage Remove Technology
article thumbnail

Why MySQL Could Be Slow With Large Tables

Percona

While the technologies have evolved and matured enough, there are still some people thinking that MySQL is only for small projects or that it can’t perform well with large tables. It can help us to save costs on storage and backup times. MyRocks: MyRocks is a storage engine developed by Facebook and made open source.

article thumbnail

What Adrian Did Next?—?Part 2?—?Sun Microsystems

Adrian Cockcroft

I also learned a lot about how to work directly with customers, when to shut up and let the sales guy drive the conversation, and generally how technology sales works. Another big jump, but now it was my job to run benchmarks in the lab, and write white papers that explained the new products to the world, as they were launched.

Tuning 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Redis vs Memcached in 2024

Scalegrid

Key Takeaways Redis offers complex data structures and additional features for versatile data handling, while Memcached excels in simplicity with a fast, multi-threaded architecture for basic caching needs. It uses a hash table to manage these pairs, divided into fixed-size buckets with linked lists for key-value storage.

Cache 130
article thumbnail

This week in review: GPUs, Zombies, Biomimicry and Tom Waits.

All Things Distributed

There was an excellent first benchmarking report of the Cluster GPU Instances by the folks at Cycle Computing - " A Couple More Nails in the Coffin of the Private Compute Cluster " The Top500 supercomputer list. Driving Storage Costs Down for AWS Customers. Expanding the Cloud - The AWS Storage Gateway. At werner.ly

AWS 67
article thumbnail

DBaaS vs Self-Managed Cloud Databases

Scalegrid

Despite those minor challenges posed by this platform, many individuals are turning towards considering using the DBaaS Model partly because they understand considerable advantages lie underneath implementing & utilizing such technology within their systems. Make sure to read our extensive article on DBaaS Pros and Cons !

Database 130
article thumbnail

Edgar: Solving Mysteries Faster with Observability

The Netflix TechBlog

While this abundance of dashboards and information is by no means unique to Netflix, it certainly holds true within our microservices architecture. Telltale provides Edgar with latency benchmarks that indicate if the individual trace’s latency is abnormal for this given service. Is this an anomaly or are we dealing with a pattern?

Latency 296
article thumbnail

RPC vs. Messaging – which is faster?

Particular Software

In place of RPC, 1 they may substitute a different term or technology like REST, microservices, gRPC, WCF, Java RMI, etc. Why RPC is “faster” It’s tempting to simply write a micro-benchmark test where we issue 1000 requests to a server over HTTP and then repeat the same test with asynchronous messages.