Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский Português 中文
Previous 30 Newer Entries Showing entries 31 to 60 of 60

Displaying posts with tag: facebook (reset)

on performance stalls
+2 Vote Up -0Vote Down

We quite often say, that benchmark performance is usually different from real world performance – so performance engineering usually has to cover both – benchmarks allow to understand sustained performance bottlenecks, and real world analysis usually concentrates on something what would be considered ‘exceptional’ and not important in benchmarks – stalls of various kind. They are extremely important, as the state when our performance is lowest is the state of performance we provide to our platform users.

On a machine that is doing 5000qps, stalling for 100ms means that 500 queries were not served as fast as they could, or even hit application timeouts or exceptional MySQL conditions (like 1023 transaction limit). Of course, stalling for a second means 5000 queries were not served in time…

We have

  [Read more...]
Learnings from the Philippines
+0 Vote Up -0Vote Down

Learned a few things during my trip to the Philippines this time. Another country that amazes me. For the first time in history, Philippines attracted more foreign direct investments (FDI) than Malaysia, in 2010 (see: Malaysia’s FDI plunge).

Mobiles

There are a lot of people here using prepaid phones as opposed to postpaid phones. This is because the requirements of getting a postpaid account is quite tough (you need bank documents, etc. before they give you an account).

Many people carry more than one phone (or have more than one SIM). Smartphones face an uphill battle – they cost too much and there is generally no operator subsidy because everyone prefers prepaid accounts. It makes economic sense to have more than one SIM,

  [Read more...]
Digg’s main competitor (Reddit) runs Cassandra but their VP of Engineering was fired for the decision to switch.
+3 Vote Up -0Vote Down

Apparently, Digg performed a big migration from MySQL to Cassandra and a big migration to their new Digg v4 architecture and now their VP of Engineering has been shown the door:

Ever since Digg launched its new site design, it’s been plagued with all kinds of trouble, not least of which is that it keeps going down. The problems with the new architecture are so bad that VP of Engineering John Quinn is now gone, we’ve confirmed with sources close to Digg.

In a Diggnation video today, CEO Kevin Rose explained some of the technical issues the site is dealing with and why it can’t simply roll back to the previous architecture. The new version of Digg, v4, is based on a distributed database called

  [Read more...]
Retrieve time period like facebook fashion
+1 Vote Up -3Vote Down
In facebook stream you’ll see the time period at the bottom of the stream. For example: 4 minutes ago, 2 days ago, 3 weeks ago…. In our recent project we have to show similar time fashion for our application’s activity stream. So I write a function to retrieve the time duration. In our mysql database, [...]



  [Read more...]
User’s Demographic Data From Facebook
+1 Vote Up -0Vote Down

Sometimes we may need to collect facebook user’s basic data for our website or application. Then we’ve to call graph api or legacy api or fql query to collect some specific data. This is a basic requirements for most of the fbconnect base website or facebook application. To simplify this task here I published some code so that you could easily use this code and can integrate in your site. Read Full Article


User’s Demographic Data from Facebook
+1 Vote Up -0Vote Down
Sometimes you may need to collect facebook user’s basic data for your website or application. Then you’ve to call graph api or legacy api or fql query to collect some specific data. This is a basic requirements for most of the fbconnect base website or facebook application. For this reason, here I’m sharing the code, [...]



  [Read more...]
On hot backups
+4 Vote Up -0Vote Down

Few years ago I was looking at crash recovery code, and realized that InnoDB has removed all the comments from the code [this assumption is debunked by Heikki in comments section], related to replay of transaction log. Judging by high quality of comments in the remaining codebase, I realized that it was all done to obscure any efforts to build another InnoDB hot backup solution – competitor to first Innobase standalone offering.

I was enjoying the moment when Percona launched their own implementation of the tool. Since the inception, it became more and more robust and feature rich.

We have used xtrabackup in our environment a lot – just… not for backup – the major use case right now is for cloning server instances – either

  [Read more...]
My MySQL keynote slides and video
+1 Vote Up -0Vote Down

Been asked a few times in the last few days about where my slides are from my MySQL keynote from *last* year.

Ooops.

Um, yeah.  Sorry about that.  Here’s a link to ‘The SmugMug Tale’ slides, and you can watch the video below:

Sorry for the extreme lag.  I suck.

The important highlights go something like this:

  [Read more...]
80x insertion speedup for Profile Technology’s Facebook application
+1 Vote Up -0Vote Down

One of Profile Technology Ltd.’s most popular applications is their Advanced Search function for Facebook. Find out how TokuDB v3.0 dramatically increased their insertion speed performance in our new Case Study.

451 CAOS Links 2010.02.06
+0 Vote Up -0Vote Down

Matt Asay joins Canonical. Paula Hunter joins the CodePlex Foundation. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

# Matt Asay joined Canonical as chief operating officer.

# Paula Hunter was named executive director of the CodePlex Foundation.

# Actuate recorded $6.5m in BIRT-related business for Q4; annual BIRT-related business of $18.2m up 18%.

# Glyn Moody outlined The Great Oracle Experiment.

# The Symbian Foundation confirmed the 100% open source Symbian


  [Read more...]
451 CAOS Links 2010.02.02
+1 Vote Up -1Vote Down

Oracle’s plans for Sun’s OSS. The UK’s updated OSS strategy. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

Oracle’s plans for Sun’s OSS
# Oracle’s MySQL strategy slide.

# eWeek reported that database thought leaders are divided on Oracle MySQL.

# Savio Rodrigues and Computerworld on Oracle’s plans for MySQL, other open source assets.

# Zack Urlocker is leaving Oracle/Sun/MySQL.

# Red Hat’s Mark Little



  [Read more...]
451 CAOS Links 2010.01.15
+0 Vote Up -0Vote Down

VMware confirms Zimbra buy. Facebook sponsors Apache Foundation. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask

# VMware confirmed its acquisition of Zimbra from Yahoo.

# Facebook became a gold sponsor of the Apache Foundation and outlined its OSS contributions.


  [Read more...]
Kontrollsoft is on Facebook – become a fan
+0 Vote Up -4Vote Down
Do you want to stay updated with the social news and technical discussions of Kontrollbase and Kontrollsoft’s MySQL software applications? Well, you can now by adding us to your friend list. Our Facebook page can be found here: http://www.facebook.com/pages/Kontrollsoft/262697451356
Four short links: 1 December 2009
+0 Vote Up -0Vote Down

  • Apertus -- open source cinema camera. (via joshua on Delicious)
  • A Survey of Collaborative Filtering Techniques -- From basic techniques to the state-of-the-art, we attempt to present a comprehensive survey for CF techniques, which can be served as a roadmap for research and practice in this area. (via bos on Delicious)
  • Drizzle Replication using RabbitMQ as Transport -- we're watching the growing use of message queues in web software, and here's an interesting application. (via sogrady on
  •   [Read more...]
    451 CAOS Links 2009.09.11
    +0 Vote Up -2Vote Down

    CodePlex, patents and Linux code. An interesting few days for Microsoft open source.

    Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
    “Tracking the open source news wires, so you don’t have to.”

    CodePlex, CodePlex, CodePlex!

    Microsoft launched the CodePlex Foundation to facilitate open source contributions, and confirmed the departure of Sam Ramji.

    Patents, Patents, Patents!
    The OIN confirmed the acquisition of 22 patents formerly owned by Microsoft, prompting





      [Read more...]
    451 CAOS Links 2009.08.07
    +0 Vote Up -0Vote Down

    Monty Widenius dissects MySQL’s dual license. Intuit moves to the EPL. And more.

    Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
    “Tracking the open source news wires, so you don’t have to.”

    # Monty Widenius blogged about the apparent changes to the dual licensing of MySQL.

    # Intuit announced that its code.intuit.com will be moving from CPL to EPL.

    # Matt Asay asked whether Google’s open source advocacy might be a scheme to lower the value of patents.

    # Vision Mobile’s Andreas Constantinou explained the differences between open source licenses and governance models.


      [Read more...]
    How I stopped worrying and learned to love Twitter
    Employee +2 Vote Up -2Vote Down

    I was warned by my brother a while ago that should I start tweeting, he would stage an intervention. I had already confessed to accounts with facebook, multiply, myspace, and several others (disclaimer/explanation: all of those sites are customers of my longtime employer (http://www.mysql.com)). Twitter, to the uninitiated, looks like the crack cocaine of social networking that turns the weekend photo-poster into a hardcore jittering lifecaster. Nobody wants to see their family member come to that, right? But follow along, twitter has purpose. Or just skip to the bottom.


     I was never an active friendster user. The first site I used regularly was the more inward-facing



      [Read more...]
    How I stopped worrying and learned to love Twitter
    Employee +0 Vote Up -0Vote Down

    I was warned by my brother a while ago that should I start tweeting, he would stage an intervention. I had already confessed to accounts with facebook, multiply, myspace, and several others (disclaimer/explanation: all of those sites are customers of my longtime employer (http://www.mysql.com)). Twitter, to the uninitiated, looks like the crack cocaine of social networking that turns the weekend photo-poster into a hardcore jittering lifecaster. Nobody wants to see their family member come to that, right? But follow along, twitter has purpose. Or just skip to the bottom.


     I was never an active friendster user. The first site I used regularly was the more inward-facing



      [Read more...]
    How I stopped worrying and learned to love Twitter
    Employee +0 Vote Up -0Vote Down

    I was warned by my brother a while ago that should I start tweeting, he would stage an intervention. I had already confessed to accounts with facebook, multiply, myspace, and several others (disclaimer/explanation: all of those sites are customers of my longtime employer (http://www.mysql.com)). Twitter, to the uninitiated, looks like the crack cocaine of social networking that turns the weekend photo-poster into a hardcore jittering lifecaster. Nobody wants to see their family member come to that, right? But follow along, twitter has purpose. Or just skip to the bottom.


     I was never an active friendster user. The first site I used regularly was the more inward-facing



      [Read more...]
    Hello Facebook!
    +1 Vote Up -0Vote Down
    Today is my first day at Facebook. I am thrilled to be here. This is a great opportunity for me to work on hard problems with talented people. I expect to continue making MySQL faster.

    You can friend me on Facebook. I have started a Facebook group on which MySQL can be discussed. I will start posting there soon. But this is a group so you are welcome to join and post.

    I will be at the Velocity Conference on Tuesday evening. Will anyone else who deploys MySQL be in town?
    The commercialisation of Memcached
    +0 Vote Up -0Vote Down

    There has been a significant increase in interest in the Memcached, the open source distributed memory object-caching system, in recent months, as a number of vendors look to exploit its popularity in Web 2.0 and social networking environments.

    Like Hadoop, which has become the focus of a number of commercial plays, it would appear that the time is right for commercialization of Memcached. But what is it, here did it come from, and what are the chances for vendors to rake in serious cash? Here are the details.

    What is it?
    Pronounced mem-cash-dee, Memcached was originally created by Danga Interactive (the developer of LiveJournal, which was acquired by Six Apart in 2005) to speed up the performance of dynamic Web applications by alleviating database load. Memcached has become an industry standard for improving the performance of

      [Read more...]
    The Platform is Everything
    +1 Vote Up -0Vote Down

    “… when you get the money, you get the power. Then when you get the power, then you get the women.” –Tony “Scarface” Montana

    In the world of computing, first you get the users, then you get the applications, then you get the power. What do I mean by power? In a word “platform”. If the only way for users to get applications is through you, and the only way for application developers to get to users is through you, then you are a platform. If you continue to nurture and grow your platform, your company is immortal, it is a goose that will continue to lay golden eggs…as long as you continue to nurture it.

    To get the users, you need to deliver immediate value. Once you achieve critical mass of users, the developers will start showing up, whether you want them or not. A good example of this was

      [Read more...]
    MySQL User Groups: Facebook is not mandatory
    Employee_Team +1 Vote Up -1Vote Down

    Several people commented on our last blog post or contacted us via our Twitter account, asking questions and raising concerns about migrating the MySQL user group organization to FaceBook. It seems like there is some confusion that we would like to address: you are not required to move to FaceBook. This was just a recommendation, you are of course free to choose whatever service you prefer to manage your MySQL user group. In fact, you are of course welcome to continue using Meetup.com for this! However, be advised that you will have to take care of any occurring fees by yourself from now on, as the sponsorship agreement between MySQL and Meetup.com was not renewed.

    And if Facebook is not your cup of tea, there are other services that

      [Read more...]
    Using Facebook Groups over Meetup.com
    +2 Vote Up -0Vote Down

    We’ve had MySQL meetup’s organised thanks to mysql.meetup.com for years now, and its sad to see the relationship end in about a fortnight. Never fret, because it seems that Facebook can do all that, and more.

    Migration

    If you’re the meetup organiser, and you checked the Members list, or even attempted to download it, you’ll be disappointed. You get a CSV file, with the name of the person, some other metadata, if they’re on the mailing list (chances is yes to all), and the URL of the member profile. What’s missing? An email address.

    So while its nice to have a CSV copy of the member list, it will not assist you in any migration, whatsoever. Totally data lock in :-(

    Mailing list/message board

    Keep in mind that you’ve got mailing lists and message boards on meetup.com.

      [Read more...]
    MySQL User Groups : migrating event management to Facebook
    Employee_Team +3 Vote Up -0Vote Down

    Background

    For several years, MySQL User Groups have been organizing their meetings with Meetup.com, a service that simplifies event management. However, MySQL User group organizers received a surprise message from Meetup.com a few days ago.

    We were all taken by surprise by Meetup's sudden announcement and allegation that MySQL "did not want to sponsor" the users groups, because there is a valid agreement between MySQL and meetup.com. The agreement is still in effect, ending on June 10, 2009.

    Apparently, there was some miscommunication inside Meetup.com, because the group organizers received a message stating that they should now pay for meetup services, which they used to get for free, thanks to MySQL sponsorship.

    It took us a few

      [Read more...]
    Cloud panel at the MySQL Conference
    +1 Vote Up -0Vote Down

    One of the best keynotes at this year's MySQL Conference & Expo was a panel session led by Kaj Arnö, MySQL's vice president of community relations.

    read more

    Sessions of interest at the Percona Performance Conference
    +1 Vote Up -0Vote Down

    Having written about what I think is cool about the upcoming MySQL Conference and the MySQL Camp, now I want to finish up with what I’d like to see at the Percona Performance Conference. Just to recap, this is a conference we created to serve those who want to learn about performance — not “learn about MySQL,” not “learn about database performance,” just learn about performance, period.

    I want to see everything. I think this is going to be the single best conference I’ve ever been to. Even the way the conference is organized is exciting. For example, it’s running from early morning till late at night, nonstop. The sessions are also (mostly) only 25 minutes. This means if you decide a session isn’t all that interesting, you

      [Read more...]
    Nasty Safari bug not fixed since December :(
    +0 Vote Up -0Vote Down

    A rotten little apple by Ashley Harding

    Apple has had a nasty Safari bug since December which breaks SmugMug, Facebook, Gmail, and lots of US banks.

    3 months later, it’s still not fixed. Your only option is to use Firefox if you’re affected.

    Apple’s known about the problem since December, and has lots of internal bugs on the issue (30+ I last heard). (For my

      [Read more...]
    A taste of MySQL certification on Facebook
    Employee +0 Vote Up -0Vote Down

    Do you plan to take the MySQL Certification (http://www.mysql.com/certification/)?

    Or, are you just curious to know how good you are at MySQL ?

    If you use Facebook, and chances are that you do, then you should give a try to the MySQL Quiz Application.

    Well, it is not like the real certification, but it's fun, and some of the questions are hard enough to give you pause.

    The MySQL Quiz Application was created by Dave Stokes, the MySQL certification manager. Thanks, Dave!

    A taste of MySQL certification on Facebook
    Employee +0 Vote Up -0Vote Down

    Do you plan to take the MySQL Certification (http://www.mysql.com/certification/)?

    Or, are you just curious to know how good you are at MySQL ?

    If you use Facebook, and chances are that you do, then you should give a try to the MySQL Quiz Application.

    Well, it is not like the real certification, but it's fun, and some of the questions are hard enough to give you pause.

    The MySQL Quiz Application was created by Dave Stokes, the MySQL certification manager. Thanks, Dave!

    Previous 30 Newer Entries Showing entries 31 to 60 of 60

    Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates   Legal Policies | Your Privacy Rights | Terms of Use

    Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.