• Home
  • Consulting
  • Presentations
  • About
  • Contact

Venu Anuganti

All About Data,Analytics and Databases

Monthly Archive: April 2008

  • April 25, 2008

InnoDB plugin row format performance – II

4

This is a continuation post on InnoDB plugin row format performance with few more test scenarios to cover based on the feedback and questions that I got in my Inbox.[…]

Database · MySQL

  • April 25, 2008

SQL Server Data Services – Software Design Review

1

Yesterday I attended the SQL Server Data Services – Software Design Review event in the Microsoft mountain view campus. Thanks for Ryan Dunn who accepted my invitation to attend this[…]

Database

  • April 25, 2008

InnoDB plugin row format performance

15

Here is a quick comparison of the new InnoDB plugin performance between different compression, row formats that is introduced recently. The table is a pretty simple one:

Shell
1
2
3
4
5
6
7
8
9
10
 
<span class="kwrd">CREATE</span> <span class="kwrd">TABLE</span> `sbtest` (
  `id` <span class="kwrd">int</span>(10) unsigned <span class="kwrd">NOT</span> <span class="kwrd">NULL</span>,
  `k` <span class="kwrd">int</span>(10) unsigned <span class="kwrd">NOT</span> <span class="kwrd">NULL</span> <span class="kwrd">DEFAULT</span> <span class="str">'0'</span>,
  `c` <span class="kwrd">char</span>(120) <span class="kwrd">NOT</span> <span class="kwrd">NULL</span> <span class="kwrd">DEFAULT</span> <span class="str">''</span>,
  `<span class="kwrd">pad</span>` <span class="kwrd">char</span>(60) <span class="kwrd">NOT</span> <span class="kwrd">NULL</span> <span class="kwrd">DEFAULT</span> <span class="str">''</span>,
  <span class="kwrd">PRIMARY</span> <span class="kwrd">KEY</span> (`id`),
  <span class="kwrd">KEY</span> `k` (`k`)
) ENGINE=InnoDB ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8;
 

The table[…]

Database · MySQL

  • April 23, 2008

MySQL Server build –without-server

1

Looks like MySQL build team should add a test scenario to cover this in the automation. Even if you specify –without-server with the latest 5.1.24; it still builds all most[…]

Database · MySQL

  • April 23, 2008

Simple way to crash InnoDB plugin 1.0

2

Now I figured out the reason for MySQL Server 5.1.24 crash when used with InnoDB plugin 1.0. As I had a older my.cnf in the path and it had innodb_flush_method=fdatasync[…]

Database · MySQL

  • April 21, 2008

MySQL 5.1.24, InnoDB plugin 1.0 failures, server crash

8

Looks like the InnoDB plugin is completely broken with MySQL-5.1.24; at least there is no luck for me so far to set it up right. First, the Makefile is broken.[…]

Database · MySQL

  • April 20, 2008

Incompatible change in mysql_com.h

1

I do not know if anyone noticed this; but there was an incompatible change from MySQL 5.1.22 to 5.1.23 in mysql_com.h file for NET structure by renaming the members last_errno[…]

Database · MySQL

  • April 18, 2008

Windows Live Writer, best blogging tool

1

Windows Live Writer is of the best blogging tool that I found in recent times. The tool is very convenient to write and it provides all possible options that one[…]

Database

  • April 17, 2008

Notes on scaling heavy concurrent writes in real time

2

Here is the quick notes from the session scaling heavy concurrent writes in real time by Dathan Pattishall. Its bad that he left Flickr i.e. Yahoo. Hopefully they will find[…]

Database · MySQL

  • April 17, 2008

Notes on InnoDB Scale on servers with many cores

2

Here is the quick notes from the session Helping InnoDB scale on servers with many cores by Mark Callaghan from Google (mcallaghan at google dot com). we have a team[…]

Database · MySQL

  • April 17, 2008

Future design hurdles to tackle in MySQL Server

0

The Future of MySQL by Monty Widenius and Jay Pipes. Why this talk MySQL and Sun should become more transparent Easier to discuss and act when you have facts when[…]

Database · MySQL

  • April 17, 2008

Notes from Social graph and the Database

0

From Jeff Rothschild, VP of technology, Facebook The power of connectedness Impact on the database Our challenge  The power of connectedness photo tagging getting an email that someone tagged a[…]

Database · MySQL

  • Next Page »
  • Recent Posts

    • Why solution matters than technology
    • How to migrate to new (sharded) MongoDB cluster with zero downtime
    • Must Have Key Business Analytics & Insights – Product Analytics
    • Must Have Key Business Analytics and Insights – Part 1
    • MongoDB Map-reduce How To Avoid Global Locks
  • Categories

    • BigData (14)
    • Cloudera (4)
    • Data Analytics (11)
    • Data Architecture (3)
    • Data Science (5)
    • Data Warehouse (10)
    • Database (256)
    • ETL (5)
    • Hadoop (8)
      • Hive (1)
    • Hardware (4)
    • Hortonworks (1)
    • Insights (1)
    • Log processing (1)
    • Mapreduce (3)
    • Microsoft (1)
    • MongoDB (3)
    • MySQL (77)
    • Node.js (1)
      • JavaScript (1)
    • NoSQL (13)
      • Redis (1)
    • Performance (10)
    • PostgreSQL (3)
    • Predictive Analytics (2)
    • Reporting (4)
    • SAP HANA (1)
    • Scalability (14)
    • ScaleIN (1)
    • Socket.IO (1)
    • Splunk (1)
  • Recent Comments

    • @lucasoft_co_uk on Realtime Web Stats Using Node.js, Socket.IO and Redis
    • @PhoenixGyaan on Realtime Web Stats Using Node.js, Socket.IO and Redis
    • @wiwer77 on Realtime Web Stats Using Node.js, Socket.IO and Redis
    • @wiwer77 on Realtime Web Stats Using Node.js, Socket.IO and Redis
    • @BigDataBatman on Typical “Big” Data Architecture
  • Archives

  • Follow Venu Anuganti In TwitterFollow Venu Anuganti In Twitter
  • Connect With Venu Anuganti On LinkedInConnect With Venu Anuganti On LinkedIn
  • Subscribe To RSS FeedsSubscribe To RSS Feeds
  • Conact Venu AnugantiConact Venu Anuganti
  • Follow Venu Anuganti In SlideshareFollow Venu Anuganti In Slideshare

(C) 2022 venublog.com