I've not come across much at an application level but at the db level there are a class of databases called sensor networks. These are typically battery powered and in remote locations so power consumption is an important factor. Sensor dbs are usually in a snooze mode and 'wake' when they need to collect data or when they transmit. Without reading the [paper][1] about them, this stuff seems very 'embedded' and I've no idea on metrics but I would guess power consumption would be higher when : 1. thrashing the hard drive 2. doing heavy mathematical calculations [1]: http://db.cs.berkeley.edu/papers/tods05-tinydb.pdf