Tagged Questions
-2
votes
1answer
32 views
MySQL - How to add index to certain column? [closed]
How do I add index to certain column?
ALTER TABLE TABLE_NAME ADD INDEX (COLUMN_NAME)
ALTER TABLE TABLE_NAME ADD KEY (COLUMN_NAME)
Which one is correct?
And can somebody explain what are the ...
0
votes
1answer
19 views
Simple MySQL WHERE query not using Index
Quick Answer: Query condition needs to be same type as column to use index. I was trying to search a CHAR column with a numeric condition.
I have a table with 15 million rows. I have a column ...
0
votes
2answers
35 views
Does its performance critical to define low cardinality column as int and not text
I have a column with 4 options.
The column is define as text.
The table is big table 100 millions of record and keep going.
The table use as report table.
The index on the table is - ...
1
vote
2answers
73 views
Bitmap Heap Scan performance
I have a big report table. Bitmap Heap Scan step take more than 5 sec.
Is there something that I can do? I add columns to the table, does reindex the index that it use will help?
I do union and sum ...
1
vote
2answers
82 views
Neo4j CYPHER node_auto_index for range lookup
I'd like to know if there's any way how to use auto indexing for range lookup. If I query something like
START age=node:node_auto_index(age<20 and age>10)
RETURN age;
it returns
Exception ...
0
votes
0answers
14 views
Gams - using a variable to control index
I am new to gams and had a question regarding using a variable as an index to a parameter.
For example my code:
Set a1 /1:10/;
Set p /1*5/;
Alias (a1,a2);
Parameter d(a1,a2);
Integer Variable k(p);
...
0
votes
0answers
57 views
The best approach to index dynamic query in MongoDB
I am working on log managment system where user will be able to upload logs from file. I have 'event' collection where I store all events from all sources (each source can have different log format ...
0
votes
0answers
32 views
mongodb cant drop index after stopping indexing
i had to run some index on MongoDB
so i did
db.devices.ensureIndex({ "installed_packages" : 1 })
but when it ran, i noticed it is too large and i dont have the time for it, so i stopped the ...
0
votes
0answers
10 views
Distrubution of an index in server cluster
I wonder if it is possible to distrubute an index using amazon dynamodb or with another tool ?
İs it possible to scale up an index or am i doomed into one machine ?
0
votes
1answer
34 views
Python-Whoosh BufferedWriter does not commit to the disk
Here is example in which I try to index large collection with whoosh
schema = Schema(name=TEXT(stored=True), m=ID(stored=True), content=KEYWORD(stored=True))
ix = create_in("indexdir", schema)
from ...
1
vote
1answer
67 views
How do relational databases fetch the unindexed columns?
My questions relate to the way relational DBs access the data, and the special case of using Index-Only-Scans, i.e. scans which check all 'where' conditions and fetch all return values from some ...
1
vote
2answers
30 views
Interchangeable NONCLUSTERED and UNIQUE index on a same column
I have these two indexes on a table and I wonder whether they are interchangeable?
The thing is that when I look at the usage statistics I see that both are being used.
What will happen if I delete ...
0
votes
2answers
66 views
mongodb index strategy for range query with different fields
Almoust all my documents include 2 fields, start timestamp and finish timestamp. And in each my query I need to get elements which is in selected period of time. so start should be after selected ...
0
votes
0answers
17 views
Getting query to use an index
I have this query:
explain SELECT wc.city_id, wc.accent_city as city, wc.country_id, wc.latitude, wc.longitude, s.state_name as state, c.short_name as country, wc.population
from world_cities wc
...
0
votes
1answer
59 views
Reasoning behind advantage of hash index/when should they be used over BTREE index?
I was debating between using BTREE index or HASH index.
Theoretically, what are the advantages of using HASH indexes?
When should they be chosen and more importantly, why?
I have read that hash ...
0
votes
1answer
56 views
Indexing HTML files using SOLR
Am trying to index a set of HTML files using SOLR. Basic idea is to implement a site search functionality for the website developed. Am very new to Lucene and SOLR and have tried a few samples ...
2
votes
2answers
156 views
Sql server index for parameterized query
I want to create best index for sql query. User can pick options on UI, from which query is built. Here are table and query:
CREATE TABLE [dbo].[MyTable](
[Id] [nvarchar](32) NOT NULL,
...
0
votes
2answers
50 views
MySQL: testing performance after dividing a table
I made a test to see if dividing an indexed large table will increase the performance.
Original Table: 20000 rows.
Sub Tables: 4x5000 rows.
The main Table is divided into 4 tables, all tables are ...
0
votes
1answer
74 views
RavenDB: If I'm creating an index with Ids, should I specify any index options?
From RavenDB's documentation:
The indexes each RavenDB server instance uses to facilitate fast
queries are powered by Lucene, the full-text search engine.
Lucene takes a Document , breaks ...
8
votes
2answers
49 views
Erratic indexed query performance in PostgreSQL
Need help regarding performance of a query in PostgreSQL. It seems to relate to the indexes.
This query:
Filters according to type
Orders by timestamp, ascending:
SELECT * FROM the_table WHERE ...
0
votes
1answer
43 views
Can't find a good index for ipintervals in mongodb
I have a collection, called Cities with city info in it. Each city document has an inner IpIntervals array ({StartNum, EndNum}) that contians IpIntervals for the city. Each interval boundary is ...
0
votes
1answer
28 views
My Sql query is slow if values falls outside index max value
I faced a peculiar issue with mysql last night. So i have table that has four columns ( A text, B text, C text , D number) . i created D as my index( B-Tree Mysql Index with innodb engine).
Suppose ...
0
votes
1answer
49 views
How to index a table with several ORDER BY clauses?
I have a table IntradayPrices1Minute where I store 1 minute timeframe open, high, low and close prices for stocks:
CREATE TABLE `IntradayPrices1Minute` (
`ticker` varchar(10) NOT NULL DEFAULT '',
...
3
votes
2answers
74 views
MySQL index help - which is faster?
What I'm dealing with:
I have a project which uses ActiveCollab 2, and the database structure is new to me - practically everything gets stored to a project_objects table and has a recursively ...
1
vote
1answer
43 views
AppEngine: missing indexes after restoring backup
I am backing up from a Java app to google cloud storage, and then restoring my backup to another Java app.
Everything works ok, but indexes are not rebuilt automatically, so some queries are failing ...
1
vote
3answers
155 views
Bitmap indexing in database not speeding up the query
I'm trying to prove a statement for my databases-class. I've stated that using bitmap indexing, a WHERE-query can be executed faster on a table with columns containing only enum values (like gender) ...
1
vote
2answers
106 views
sql server index rebuild slows first query
Database is SQL 2008R2 Enterprise.
I have an SSIS integration that truncates and loads about 15 million rows in a table each night. After that happens, I have an Execute SQL Task that rebuilds an ...
0
votes
0answers
55 views
Index inside an index , neo4j
Assume I have the following data:
I have an index - meal
Inside the index meal, I want another index named pizza, and following ingredients:
The relationship is : meal->pizza->ingredients
For ...
3
votes
2answers
57 views
Why having each column only in a single index in MySQL and does the order of columns in the query matter?
I very often search the table posts for values in the columns user+status and user+time.
SELECT * FROM `posts` WHERE `user`='xxx' and `status`='active'
SELECT * FROM `posts` WHERE `user`='xxx' and ...
2
votes
2answers
230 views
Find out usage statistics of MySQL indices?
Is it possible to find out how often an index of a MySQL table was used?
I have several indices for a table and I'd like to find out, if there are indice which are not used by MySQL.
1
vote
1answer
33 views
Which MySQL indices take longer to be updated?
I was wondering, which indices take longer to be updated, when an entry is added to a MySQL-table. Those indices with a high cardinality or those with a low cardinality.
Is the a general rule?
2
votes
1answer
44 views
Optimizing usage of covering indexes
I had never heard of covering indexes before and just came across them. I was reading this page on them and it says..
"A covering index can dramatically speed up data retrieval but may itself be ...
0
votes
0answers
24 views
How to search/index a Chinese-language microblog database?
We have a database of 1.5 million records, and growing, and we need a fast search solution. Here are some specifics:
Virtually all content is in Chinese.
All records have one field that we want to ...
2
votes
1answer
198 views
Is it possible to create indexes on a temp table when using SELECT INTO?
I am loading data from a CSV file into a temp staging table and this temp table is being queried a lot. I looked at my execution plan and saw that a lot of the time is spent scanning the temp table.
...
5
votes
1answer
65 views
What type of index is ideal for this query?
I have an example query such as:
SELECT
rest.name, rest.shortname
FROM
restaurant AS rest
INNER JOIN specials ON rest.id=specials.restaurantid
WHERE
specials.dateend >= CURDATE()
...
1
vote
1answer
31 views
Indexes not being shown as possible keys
I have a couple queries which I created 2 separate indexes for, and I understand at the moment it doesn't really need to use them as the table doesn't contain that many rows; however they aren't even ...
2
votes
1answer
217 views
RavenDb check if index exists
How do I check whether an index exists? - before calling:
IndexCreation.CreateIndexes(typeof(MyIndexClass).Assembly, documentStore);
All the examples I have seen (including the ones in the sample ...
2
votes
1answer
59 views
Can I modify existing index in MongoDB without dropping it?
Can I modify existing index in MongoDB without dropping it ? I don't see anything about it in documentation.
I have an non-unique index on String field. Collection is ~6M documents. It's replica set.
...
1
vote
1answer
95 views
Optimizing Innodb table indexes with GUID/UUID keys
I have an InnoDB based schema with roughly 100 tables, most use GUID/UUID's as the primary key. I started this at a point in time where I didn't really understand the implications of a UUID PK with ...
0
votes
1answer
94 views
elif and list index out of range - Python
Essentially my code refines an array. If the next bit of data along is too far away it searches the above and below index to see if that piece of data is better suited to be in its index, i.e.
def ...
0
votes
1answer
143 views
which nodejs index method is better
According to the neo4j documentation, indexing can be done i 2 ways"
Indexing in Neo4j can be done in two different ways:
1. The database itself is a natural index consisting of its ...
1
vote
1answer
94 views
MySQL and index on sum
I've got a table with some data. For simplicity it looks like:
id - auto_increment
c1 - int
c2 - int
created - date
There might be lots of data
The way I get the data is such:
SELECT * FROM ...
0
votes
1answer
188 views
solrcloud expanding index without downtime
From what I understood, by reading the solrcloud examples is that you can declare a number of solr instances cores, for example 2, and than create on them a distributed index.
But what if by adding ...
3
votes
0answers
502 views
Error while indexing in solr data crawled by nutch
I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using:
bin/nutch crawl ...
0
votes
1answer
107 views
B+ tree index size given size of data
If I create a B+-tree index for the key table(a,b,c), in a database with 2KB pages and using 64 bit pointers, where a,b and c are all of size 4 bytes and the total size of each record is 88 bytes.
...
0
votes
1answer
35 views
Why is MySQL choosing what appears to be a less efficient index?
I'm having an issue with some databases/queries I inherited. This is for some large datasets and reporting being done on them.
I'm trying to tweak and tune to get some improvements.
What's happening ...
6
votes
3answers
85 views
Use string indexer on custom class
I have a simple class:
public class MyClass
{
public string MyClassName { get; private set; }
public string MyClassValue { get; private set; }
}
And I want to hold an array of MyClass objects ...
0
votes
1answer
79 views
What exactly are Lucene's multi field indexes
I am trying to understand what exactly is going on in the background.
Given the simplified Model of an Inverted Index (forget about positions and scores):
For each word there is a sorted list of ...
2
votes
2answers
330 views
Matlab matrice index of min (x,y) pair values
I got a 5 * 5 MATRICE.
I want to find the minimum of (i,j) which corresponds to minimum distance from a fixed point of my grid.
I used:
MATRICE(find(MATRICE(1,:))== min(MATRICE(1,:)),:)
and:
...
0
votes
0answers
66 views
R tree creation
Since R tree is a dynamic index structure, how do we create the tree?
For example, I see this problem from a university paper. We are required to create an R-tree using linear split.
My question ...


