Tagged Questions
1
vote
3answers
48 views
PostgreSQL Select from 5 million rows table
I have table with about 5 million rows
CREATE TABLE audit_log
(
event_time timestamp with time zone NOT NULL DEFAULT now(),
action smallint, -- 1:modify, 2:create, 3:delete, 4:security, 9:other
...
0
votes
2answers
31 views
How enhance the performance of query among several tables?
Is there some thing should i modify concerning the following query (because it takes long time about 15 seconds !! just to bring about 400 records)
select unique a.regnum , a.name
from re23mmf ...
0
votes
0answers
26 views
MySQL - Analyze Query
This is a following question regarding:
Original question
The scenario:
One query with FULL Text Search
One query with Like %something%
Over 11 thousand records Goal: - Analyse the explain of ...
-1
votes
0answers
52 views
query with low cost taking too much time [closed]
why my query is taking too much time ( 30 - 60 minutes ) to execute if the cost of the query is very low ( 209 )
Here is the image of the Current Statement
Tks!
Isslerman
4
votes
4answers
89 views
How to select rows with exactly 2 values in a column fast within a table that has 10 million records?
I have a table (TestFI) with the following data for instance
FIID Email
---------
null a@a.com
1 a@a.com
null b@b.com
2 b@b.com
3 c@c.com
4 c@c.com
5 c@c.com
...
1
vote
0answers
36 views
Performance on PHP sql queries [closed]
I'm barely learning PHP and MYSQL so I don't know much about performance, I've wrote this script to fetch and format content from my DB, it also counts how many result are and separate them in to ...
0
votes
1answer
33 views
What is the most efficient way to search multiple times in a large database MySQL
I have GEO ip location database where each countriy has a range of IP associated with it.
country | ip_start | ip_end
I have a very large list of ip (1 million) and i need to associate each ip to ...
2
votes
2answers
77 views
A really slow UPDATE to a MySQL server
I am running a CMS, but this has nothing do to with it.
I have a simple query which is:
UPDATE e107_online SET `online_location` = 'http://page.com/something.php?', `online_pagecount` = 133 WHERE ...
-3
votes
1answer
34 views
Best performance practice for ID's exclusion in SQL queries [closed]
Which method gain more performance:
1. Query exclusion
$exlusionIds = array(1,2,3,4,5);
$sth = $dbh->prepare("
SELECT article_id, title, description
FROM articles
WHERE active = 1 ...
1
vote
2answers
68 views
MySQL WHERE IN (SELECT id from …) fastest approach?
I am using a query like this:
SELECT * FROM videos WHERE id IN (SELECT video_id FROM videos_tags WHERE tag_id = 2)
to search videos with the same tags, but with about 8'000 videos this query is too ...
0
votes
0answers
22 views
SubQueries, Joins, and Explaining Explains in MySQL
I've got a large normalized database. All the queries I've written are excruciatingly slow. The database's tables don't have a lot of entries (23,000 - 1,000, depending on the table) but they do have ...
1
vote
1answer
43 views
Mysql Slow Query group concat with subquery
I have following query
select
`cs`.sku ,
group_concat(
IF(
(
(
SELECT
count(id_catalog_category)
from
...
1
vote
0answers
39 views
MongoDB indexonly:true slower than indexonly: false?
I have a test collection with 5 million records:
for(var i = 0; i < 5000000; i++) { db.testcol.insert({field1: i}) }
Inserted an index:
db.testcol.ensureIndex({field1:1})
Now the funny ...
-3
votes
0answers
30 views
Is there any way for improving Performance on Nvarchar fields filter in SQL server 2008? [closed]
in sql server, queries that include filter on Nvarchar fields are relative expensive; even with index on their fields.
is there any way for improve performance on these queries?
0
votes
2answers
34 views
mysql - best way to avoid duplicates
I am very new to the database game so forgive my ignorance.
I am loading millions of rows into a simply structured MySQL database table
SQLStr = "LOAD DATA LOCAL INFILE 'f:/Smallscale/02 ...
-1
votes
0answers
41 views
MySql query prosssing , how to get these [closed]
I have 3 tables: Student ,Course ,Attend
i have queries related to these tables .
EX:- SELECT * FROM Student
this query is only a example , i have some complex queries , i need to analyse those
...
1
vote
3answers
46 views
MySQL select from table with ONE row
I have a table with only one row.
This table is being queried very often. (on every page load).
What is the best way to build query?
Lets assume, this is a table structure:
CREATE TABLE `counter` ...
-2
votes
4answers
61 views
How to improve query performance? [closed]
I have a query here to update a table with the inventory type of each rep's latest inventory. However, the only way I got it to work was by using a cursor, which is really affecting performance. Below ...
0
votes
3answers
35 views
MySQL query speed or rows read
Sorry for lots of useless text. Most important stuff is told on last 3 paragraphs :D
Recently we had some mysql problem in one of client servers. Something out of blue starts sky-rocking CPU of mysql ...
-1
votes
2answers
26 views
Sql join or separate queries
I have movie database. I keep images, videos, reviews, etc in separate tables. So when a movie is viewed i can use table joins and display output. Also possible to do this separately. That is, first ...
0
votes
1answer
31 views
MySQL Optimizing Query With IN
SELECT `listener` ,
SEC_TO_TIME( SUM( TIME_TO_SEC( `call_time` ) ) ) AS total_time,
COUNT( `listener` ) AS number
FROM calls
WHERE listened_date = '2013-05-09'
AND type in ('column1','column2')
AND id
...
1
vote
3answers
44 views
Speeding up a slow SQL query
I am using the MySQL world.sql database. Exactly what is in it doesn't matter, but the schema that matters to use looks like:
CREATE TABLE city (
name char(35),
country_code char(3),
population ...
0
votes
3answers
65 views
DB2: Purge large number of records from table
I am using DB2 9.7 FP5 for LUW. I have a table with 2.5 million rows and I want to delete about 1 million rows and this delete operation is distributed across table. I am deleting data with 5 delete ...
-1
votes
0answers
61 views
How can I DEVELOP/IMPROVE my SQL Query?
My database is DB-FoxPro and Im using CodeIgniter PHP-framework. I have an SQL query that Queries from 2 different databases.
My Query is all about displaying STUDENTS and their BALANCES. I should ...
0
votes
0answers
34 views
mysql query taking >4min with simple joins
I am wondering if there is anything I could do to speed this query up.
The machine is an i7 with a 5900RPM HD. Is there anything I can do? collision sha1 does have an index and the rest of the joins ...
4
votes
2answers
70 views
MySQL ORDER BY extremely slow - even with indexes
I have got a quite complex query with many joins which runs very well without ordering. But as soon as i try to order by any of my fields it is executing extremely slow and takes about 30 seconds to ...
0
votes
1answer
55 views
SQL Server query optimization date calculations
I am trying to find a more efficient way of re-writing my query.
Any suggestions? I am currently also thinking of displaying the fiscal month name as a number itself, then to compare and return month ...
1
vote
2answers
33 views
Multiple SQL queries checking against 1 row vs 1 single query checking against multiple rows
I am curious, what has a better performance. A little bit about the context : I am processing a CSV file that needs to be entered into a database table and need to ensure that I smell out the ...
0
votes
4answers
133 views
Hadoop Hive slow queries
I am new to Hadoop Hive and I am developing a reporting solution. The problem is that the query performance is really slow (hive 0.10, hbase 0.94, hadoop 1.1.1). One of the queries is:
select a.*, ...
1
vote
1answer
68 views
Slow running query in MySQL [closed]
I've recently come across a query which is taking abnormally long time from past few days. We had a server migration for MySQL database last month, and the problem never happened on the previous ...
0
votes
0answers
66 views
Performance in an SSIS package with asynchronous component
Hi everyone as I already posted here :
I face some problems excuting my SSIS packages, actually they take huge time. Due to a lot of constraints I'm trying to resolve one to one ! I start with the ...
1
vote
0answers
32 views
Optimize my query
I have a table in PostgreSQL as below.
CREATE TABLE my_data
(
indexid integer NOT NULL,
empid integer,
domainid integer,
modulename character varying(100),
groupname character varying(50),
...
0
votes
1answer
44 views
android: how to query a key value pair efficiently
I have about 3000 pairs of (key,value). They are fixed and will not be changed forever. In my app, there is a page that needs to make around 200 queries. For each query, they take the key and ask for ...
2
votes
0answers
39 views
solr query- get results without scanning files
I would like to execute a solr query and get only the uniquKey I've defined.
The documents are very big so defining fl='my_key' is not fast enough - all the matching documents are still scanned and ...
0
votes
3answers
65 views
How to enhance the performance of nested query?
I have the following query but it run slowly in my sql editor !
How to enhance it (write wise) to speed the query running .
SELECT year,main_code,name,father_code,main_code || '__' || year AS ...
1
vote
1answer
72 views
MySQL: ORDER BY or GROUP BY slow?
I have a table in a MySQL DB where certain events are logged. I now want to know which event occurred the least in the last hour for a certain entity domain:
SELECT entity_id, COUNT(entity_id) number
...
0
votes
0answers
25 views
How to balance query optimization and data manipulation performance?
I have a report/issue management application that has an interactive dashboard that allow users to drill from bar, line and area charts to a summary page(data grid). The summary page aggregates the ...
2
votes
1answer
63 views
MySQL index causes queries to become slow
I have a MySQL table with some 20 million rows of data in it.
+-------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra ...
0
votes
1answer
26 views
Do cross-database joins additionally hurt performance?
If I have the following RDBMS with the following databases and tables:
pets_database
dogs
cats
bunnies
wild_animals_database
bears
wolves
cheetahs
If I have a query that ...
2
votes
2answers
53 views
What can I do to speed this slow query up?
We have a massive, multi-table Sybase query we call the get_safari_exploration_data query, that fetches all sorts of info related to explorers going on a safari, and all the animals they encounter.
...
-1
votes
0answers
29 views
Sessions compared to XML Query [closed]
I have several xml files which hold approximately 70 string variables which are being held as Session variables in order to access the data cross multiple pages.
Would there be any performance ...
-2
votes
1answer
45 views
Speed of MongoDB $in by _id Query
I want a collection of 1,000 documents, which I specify by passing 1,000 unique _id keys to the $in operator of a single find() query.
How much faster is this than me running 1,000 find({_id:}) ...
4
votes
2answers
79 views
select coun(1) vs select rowcnt from sysindexes performance and use?
I read on NET that using case 2 is more fast than case 1 to check no of rows in a table.
so i did a performance test of both count(1) vs rowcnt from sys.sysindexes I found
2nd one is far better.
I've ...
0
votes
1answer
48 views
Query perfoming full table scan
My query is not using any indexes. Query performing full table scan. What can I do to avoid this?
explain select * from
timed_delivery_messages
where start_time <= '06:39'
and end_time > ...
3
votes
4answers
91 views
What's the best way to get intersected data from one table?
Suppose I have the below table
CREATE TABLE [dbo].[TestData](
[ID] [bigint] NOT NULL,
[InstanceID] [int] NOT NULL,
[Field] [int] NULL,
[UserID] [bigint] NOT NULL
) ON [PRIMARY]
GO
...
1
vote
2answers
81 views
UNION ALL taking days. Speeding up?
I've got two tables: one is about 200 million rows, the other about 100 million. I need to join them together and select about 3/4 of their rows and 1/6 of their columns, so have created a new table, ...
1
vote
3answers
110 views
Improve SQL Query performance with JOIN
I've got the following, slow performing, SQL query:
SELECT *
FROM news_events
WHERE 1 AND (user_id = 2416) OR id IN(SELECT content_id FROM likes WHERE user_id = 2416)
ORDER BY id DESC
LIMIT 0,10
...
-4
votes
2answers
87 views
Can you help me improve this long-running SQL query?
My query is taking long time to run, around 6 mins, and as a result we are getting slow log alerts frequently. Please suggest what I can do to improve its performance.
mysql> explain SELECT ...
0
votes
2answers
58 views
Fastest way to exclude characters in a query
I want to union two tables, but want to exclude any names that start with '?'. (In fact any that contain '?', but all the offendors start with '?'.)
SELECT NAME, AGE, LOCATION
FROM TABLEONE
WHERE ...
1
vote
1answer
42 views
Proper way to filter a table using values in another table in MS Access?
I have a table of transactions with some transaction IDs and Employee Numbers. I have two other tables which are basically just a column full of transactions or employees that need to be filtered out ...





