An index is a data structure that facilitates a faster lookup time.

learn more… | top users | synonyms

1
vote
2answers
36 views

Qry runs too long and index didn't work

I created an index to help a really long 28 minute qry run faster and it doesn't seem to have helped to much. This is the Index I created USE [NLTR201212_test] GO CREATE NONCLUSTERED INDEX [Billys ...
-4
votes
0answers
36 views

[__NSArrayM replaceObjectAtIndex:withObject:]: index 1 beyond bounds for empty array

I am getting index bound error as i put if condition but still didnt getting where exact issue is happening.I have committed my condition in this code - (void) setComparingIndex:(int)index { if ( ...
0
votes
2answers
42 views

Choosing the right shard key in MongoDB

We are building our first MongoDB and currently we are trying to choose the right shard key. each document in our main collection contain around 40 voice call related fields and the main field that ...
11
votes
3answers
20k views

How to add indexes to MySQL tables?

I've got a very large MySQL table with about 150,000 rows of data. Currently, when I try and run SELECT * FROM table WHERE id = '1'; the code runs fine as the ID field is the primary index. ...
0
votes
1answer
10 views

use of Index over function SUM in DB2

I had a Query as Below, SELECT SUM(SOLD_QTY_CNT) AS QUANTITY, DENOM_AM, SUM(LIN_AM) AS LINE_AMT, LIN_AM AS O_LINE_AMT, ORD_DTL_ID FROM MyTable GROUP BY ORD_DTL_ID, LIN_AM, DENOM_AM ...
2
votes
3answers
31 views

How to get indices of selected items in WPF's listbox?

Before you mark this question as a duplicate or suggest using Items.IndexOf, please do the following: public MainWindow() { InitializeComponent(); var A = new object(); var B = new ...
2
votes
3answers
159 views

Haskell <<loop>>

With getIndex xs y I want the index of the first sublist in xs whose length is greater than y. The output is: [[],[4],[4,3],[3,5,3],[3,5,5,6,1]] aufgabe6: <<loop>> why getIndex does ...
0
votes
2answers
41 views

Finding the indices of matching elements in list in Python

I have a long list of float numbers ranging from 1 to 5, called "average", and I want to return the list of indices for elements that are smaller than a or larger than b def find(lst,a,b): result ...
1
vote
2answers
65 views

Perl Index function not working?

I'm trying to test if a backtick output string (it is a string, right??) contains a substring. my $failedCoutner = 0; my $tarOutput = `tar -tvzf $tgzFile`; print "$tarOutput\n"; my $subStr = "Cannot ...
0
votes
1answer
22 views

Magento index fails after processing

My catalog URL has not run for over a month. I have tried running in both from Magento and the command line. When running from Magento it times out on the front end but when I go back to it I can ...
0
votes
1answer
20 views

In PANDAS , how to get it's index of a known value?

I like to use pandas as my data analysis tool . Now a problem plaguing me , such as this example: In [148]: a = pd.DataFrame(np.arange(10).reshape(5,2),columns=['c1','c2']) In [149]: a Out[149]: ...
0
votes
1answer
16 views

Efficiently returning a field of all query hits in Lucene

I have a fairly large lucene index, and queries that can hit about 5000 documents or so. I am storing my application metadata in a field in lucene (apart from text contents), and need to quickly get ...
12
votes
4answers
4k views

How to get indices of a sorted array in Python

I have a numerical list: myList = [1, 2, 3, 100, 5] Now if I sort this list to obtain [1, 2, 3, 5, 100]. What I want is the indices of the elements from the original list in the sorted order i.e. ...
0
votes
1answer
33 views

Reverse Index/Match -or- jumping back 1 cell in Index/Match

This started as a just-for-fun formula in a work spreadsheet, but I couldn't figure it out... Simplified (hopefully), I have a row with months (Jan-Dec) and a row below with dollar values. For this ...
1
vote
2answers
66 views

is there an easy way to find index array zeros in Fortran?

I'm searching for intrinsic fortran functions to help me find the array index with zeros, or other value. I only found minloc function, but I think this is not suitable. Is there an matlab find ...
0
votes
0answers
26 views

Matlab - Change indexed window title

I'm having some trouble changing the windowtitle on specific indexed windows (which are not created in this code). So I have three windows with standard names: figure 1, figure 2 and figure 3 which ...
0
votes
1answer
8 views

Secondary Index in OrientDB

Is there a way to specify a secondary index in OrientDB? I need something that have all the documents references that have a specified field (like indexable=true).
0
votes
0answers
32 views

jquery function array next index

hello i just started jQuery not so long ago and I am creating a small plugin for myself, I try to go from page 2 to page 3 but it doesn't work any reason why? Thank you in advance. <script ...
2
votes
2answers
44 views

Table without clustered indexes

I m trying to get an idea about indexes and began with this msdn article. It says, When a table is stored as a heap, individual rows are identified by reference to a row identifier (RID) ...
10
votes
2answers
18k views

How can I find the index of the maximum value in a matrix column in MATLAB?

I'm trying to find the maximum value of a certain column in a matrix. I want to find both the maximum value and the index of the row in which it is. How can I do this?
3
votes
1answer
56 views

Why is Entity Framework losing my indexes?

When I use a database initializer like DropCreateDatabaseAlways or MigrateDatabaseToLatestVersion to create my Entity Framework (5.0.0) database, the resulting schema does not include the indexes that ...
0
votes
2answers
48 views

Select from list by index, but keep other associated items in list

If I have a 2dlist of points like this... myList=[['ab','0_3','-1','1'],['bm','2_1','-3','2'],['am','4_1','-1','3'],...]] where '-1','1' for example are x, y coordinates (the last 2 columns) and I ...
2
votes
0answers
26 views

Dropping Hypothetical Indexes [migrated]

In the past I thought I'd deleted hypothetical indexes using either a DROP INDEX statement for clustered indexes and DROP STATISTICS statement for non-clustered indexes. I have a database that is ...
0
votes
1answer
15 views

Move the alphabetical index under the tableViewHeaderView

I have a UITableView with a tableviewheader which has a 2 segments UISegmentedControl. The tableview has an alphabetical index on the right. The index appear overflown on the tableViewHeader. How do I ...
2
votes
2answers
4k views

How can I find all indexes available on a table in DB2

How to find all indexes available on table in db2?
1
vote
1answer
19 views

How to create an explicit interface declaration index property with CodeDOM

I am trying to create an explicit interface declaration index property. So for example: public interface IFoo { int this[int i] } public abstract class Foo : IFoo { int IFoo.this[int i] } ...
2
votes
2answers
38 views

Duplicate index on seperate dom elements jquery

I have the following html structure <div class="someClass"> <button class="actionButton" id="b0"></button> </div> <div class="otherClass"> <button ...
1
vote
1answer
40 views

understanding perf of mysql query using explain extended

I am trying to understand performance of an SQL query using MySQL. With only indexes on the PK, the query failed to complete in over 10mins. I have added indexes on all the columns used in the where ...
3
votes
5answers
395 views

What is a database index?

I've heard them talked about since I started working in tech about 18 months ago. I know that they potentially improve performance, and they seem to be column specific -- ("We index the User table on ...
0
votes
1answer
21 views

Lucene 4.2.0 index pdf

I am using example source code from the Lucene 4.2.0 demo API: http://lucene.apache.org/core/4_2_0/demo/overview-summary.html I run IndexFiles.java to create an index from a directory of rtf, pdf, ...
2
votes
0answers
29 views

which non-clustered index should i have to use composite or single column in sql server? [migrated]

i have following columns in my database table(Medicines). ID bigint, MedicineName nvarchar(50), BrandName nvarchar(50), MedicineCode nvarchar(20), and price,quantity. i am ...
2
votes
1answer
30 views

What are the differences between 'shrink space compact' and 'coalesce'?

The oracle documentation says that during altering an index clauses shrink space compact and coalesce are quite similar and could be replaced by each other, but Tom found some differences in the ...
0
votes
0answers
47 views

Index.php not working [closed]

I get this message whenever I upload an index.php to my server (VPS CentOS) Server error The website encountered an error while retrieving http:// website.com/. It may be down for maintenance or ...
0
votes
1answer
19 views

Rails: Sunspot and Will_Paginate Issue

I've hit a snag with my college project regarding the use of the Sunspot search gem and will_paginate. I've been using sunspot in my project index controller and it was working fine but when I added ...
-2
votes
1answer
28 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
2answers
35 views

StringIndexout of range

I got an error: StringIndex out of range: -1 with error line is String anEmail = lineFromFile.substring(s+1, e). As you can see im trying to print a part of a line in an input file but i doesn't ...
1
vote
2answers
323 views

htaccess and url redirecting

I'm working on an MVC PHP application. My .htaccess: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ...
1
vote
1answer
29 views

Do non-unique indexes provide any performance advantage in pandas?

From the pandas documentation, I've gathered that unique-valued indices make certain operations efficient, and that non-unique indices are occasionally tolerated. From the outside, it doesn't look ...
4
votes
2answers
2k views

jQuery Cycle plugin- How to return the index number of the currently displayed slide?

I'm currently using Malsup's Cycle plugin . I am just wondering is it possible to have cycle plugin return the index number of the currently displayed slide?? I want to change the content of the ...
0
votes
4answers
48 views

Getting table column index using jQuery

I have adequate knowledge about jQuery and its usage but today i got into a trouble of getting the column index of matching label inside th element of table using jQuery. I want to get the index of th ...
2
votes
2answers
458 views

How do I recreate a clustered index on another column in SQL Azure?

SQL Azure not only requires each table to have a clustered index, but also disallows DROP INDEX for clustered indices. Now I have a table which erroneously has a clustered index on column A and I ...
0
votes
3answers
957 views

Finding index of a substring in COBOL

I'm looking for the positions in a string where a specified substring occurs. E.g, looking for substring "green" in the the string "green eggs and ham" should return me 1, but from "green eggs and ...
-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 ...
2
votes
2answers
1k views

Rails and Postgres Hstore: Can you add an index in a migration?

I have a migration where I create a products table like so class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.hstore :data ...
0
votes
0answers
22 views

Service Unavailable, Deploying Application on Google App Engine

HTTP Error 503 (Service Unavailable): The server is currently unable to handle the request. This code indicates that this is a temporary condition and that the server will be up again after a delay. ...
0
votes
2answers
24 views

How to change separate associative arrays to something usable such as one indexed array?

print_r($element_attrs); returns the following arrays which are gathered from an xml file. Array ( [WEATHER-SUMMARY] => Increasing Clouds ) Array ( [WEATHER-SUMMARY] => Thunderstorms ) Array ...
0
votes
0answers
25 views

C# XAML Trouble accessing certain index of a table

So I've got a program that links to a windows azure mobile service database and what I'm trying to do is have a combobox with the zipcodes showing. The zipcodes are in the 5th position on each column, ...
0
votes
5answers
792 views

Setting up an array with jQuery .each() function?

I'm trying to set up an array through jQuery's .each() function, but it seems like I'm not properly doing it? I have attributes in the html such as: <div class="cheers" data-fname = "fname" ...
0
votes
1answer
31 views

Rails: Displaying Users on Index Page

I'm trying to style the Users Index page in my project via CSS so that the User Photos and Text appear in a 'Grid' fashion as users register and are added to the database. My users/index.html.erb ...
1
vote
1answer
1k views

Putting an int extra in intent causes launched activity to crash on launch

I'm launching an activity in my Android app, and I want to give it an integer by adding it as an extra to the intent. This works fine in the emulator, but when I try it on an actual phone (some sort ...

1 2 3 4 5 81