Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6947579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:42:41+00:00 2026-05-27T13:42:41+00:00

I have a floating problem on mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i686)

  • 0

I have a floating problem on

mysql  Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i686) using readline 6.1  
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"

one result like this

mysql> SELECT `offers`.* FROM `offers` WHERE (created_at > '2011-12-12 07:00:00') ORDER BY updated_at DESC LIMIT 15 OFFSET 0
-> ;
Empty set (44.00 sec)

100 results like this

mysql> SELECT `offers`.* FROM `offers` WHERE (created_at > '2011-12-12 07:00:00') ORDER BY updated_at DESC LIMIT 15 OFFSET 0;
Empty set (0.00 sec)

seems like no one except me can get access to database and lock table
i can`t understand whats going on
same trouble on development AMD Athlon X4 with 4GM DDR3 on development
and on Linode 512 plan Ubuntu 10.4
is there anyone have ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:42:41+00:00Added an answer on May 27, 2026 at 1:42 pm

    There is no floating problem in this given scenario,
    chances are offers table is huge,
    and you did not have an index on column created_at

    MySQL need to perform full table scan to determine how many matches (even if empty).
    After first execution, the result is stored into mysql query cache (memory),
    it will used for subsequent same query if there is no data updated since the first query.

    It explained why the second query take zero seconds.

    Usually, when you have doubts,
    do this :-

    desc extended SELECT `offers`.* FROM `offers` 
    WHERE (created_at > '2011-12-12 07:00:00');
    

    It will explain how mysql do the query optimization

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a python program that reads floating point values using the following regular
I have two floating divs, each is 50% wide, the problem I have is
A common problem that I have with web pages is floating div tags creeping
I have problem with floating in IE6. The HTML code: <div id=stran> <img src=../Slike/prejsnja.png
I've found an interesting floating point problem. I have to calculate several square roots
I have a TTStyledText with a floating image. The problem that I am facing
My problem is pretty simple; I have text file filled with double precision floating
I have a problem with floating divs. Here is my website: http://www.wokarts.com/index.php?option=com_gallery&controller=images&parent=6 I don't
I currently have a problem concerning the behaviour of floating items, and containers not
I have a problem importing a CSV file with RapidMiner. Floating point values are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.