Performance

  • submit to reddit

Don’t Use Workflow Bookmarks in Transaction Scopes

It’s been a while since I posted about a workflow-related bug, and it’s not because of my mad WF skillz – it had more to do with Manu’s expertise in...

0 replies - 1424 views - 12/24/12 by Sasha Goldshtein in Articles

Side load may massively impact your MySQL Performance

When we’re looking at benchmarks we typically run some stable workload and we run it in isolation – nothing else is happening on the system. This is...

0 replies - 2270 views - 12/24/12 by Peter Zaitsev in Articles

Community News: Predictions for 2013, Secrets of Facebook Performance & More

In this week’s news, we find out how Facebook approaches release engineering, how Evernote solves its Big Data problem, and what trends lie in store for...

0 replies - 1913 views - 12/24/12 by Leigh Shevchik in Articles

Clustrix benchmarks under tpcc-mysql workload

I’ve been working with Clustrix team for long time on the evaluation of Clustrix product, and this is the report on performance characteristics of Clustrix...

0 replies - 2843 views - 12/23/12 by Peter Zaitsev in Articles

SIMD-Optimized C++ Code in Visual Studio 11

The C++ compiler in Visual Studio 11 has another neat optimization feature up its sleeve. Unlike intrusive features, such as running code on the GPU using the...

0 replies - 1994 views - 12/22/12 by Sasha Goldshtein in Articles

Making your apps truly HA on AWS - lessons from the recent outage

This summer, AWS had an outage in one of their data centers. Unlike last year, this year's outage had lesser impact on only one Availability Zone in the...

0 replies - 2382 views - 12/21/12 by Raghuraman Bala... in Articles

Benchmarking Galera replication overhead

When I mention Galera replication as in my previous post on this topic, the most popular question is how does it affect performance. Of course you may...

0 replies - 1948 views - 12/21/12 by Peter Zaitsev in Articles

How fast are Java Datagrams?

Overview Following my article How fast are Java sockets, this article follows the same tests except for Datagrams which use UDP rather than TCP. The...

0 replies - 3602 views - 12/21/12 by Peter Lawrey in Articles

How Flickr delivers Real-Time Push Notifications using Node.js and Redis

Push notifications are, of course, nothing new. Recently, Joshua Cohen at the Flickr blog  described Flickr's process for delivering real-time push...

0 replies - 4260 views - 12/20/12 by Allen Coin in Articles

5 Reasons to Implement a Content Delivery Network (CDN)

By now, we’re all familiar with the adage that “content is king” on the interwebs. That still may be the case — but even a king has limits. As Internet...

0 replies - 4937 views - 12/19/12 by Leigh Shevchik in Articles

When you should and should NOT use ENUM data type

ENUM is a new enumerated data type introduced in CUBRID 9.0. Like in all programming languages, the ENUM type is a data type composed of a set of...

2 replies - 4461 views - 12/19/12 by Esen Sagynov in Articles

EventEmitter in node.js

Sometime back I had pawed at Making promises with javascript, but the node school of thought offers an attractive pattern of...

0 replies - 770 views - 12/18/12 by Hemanth Madhavarao in Articles

Live Reload with Grunt

Sometime back I had published an entry on Node Packing with grunt but live reload has been so fascinating to most of the webdevs, it would be worth to make...

0 replies - 1066 views - 12/18/12 by Hemanth Madhavarao in Articles

TSQL Performance Tuning

Below is an example of the TSQL you can use to investigate your stored procedure's performance. Best to put this in a snippet if you're using VS 2012 or...

0 replies - 1119 views - 12/17/12 by Merrick Chaffer in Articles

Performance Review

It's not a surprise that Microsoft's performance review has been so debated in the past few years, and more recently after Vanity's Fair post on "Microsoft's...

0 replies - 1550 views - 12/17/12 by Rodrigo De Castro in Articles