Tagged Questions

4
votes
3answers
26 views

Need a little clarification on MySQL Indexes

I've been thinking about my database indexes lately, in the past I just kind of non-chalantly threw them in as an afterthought, and never really put much thought into if they are c …
1
vote
3answers
42 views

indexing pros cons in sql server 2008

I am working on social networking site. now our team decide to store user profile in denormalized manner. so our table structure is like this here attribute it means one fields fo …
4
votes
2answers
76 views

Can Lucene return several search results from a single indexed file?

I am using Lucene to index and search a small number of large documents. Using the demo from the Lucene site I have indexed the documents and am able to search them. However, the s …
1
vote
3answers
57 views

MySQL - Prevent duplicate records in table via index?

Using MySQL 5 I have a table like this: date (varchar) door (varchar) shift (varchar) route (varchar) trailer (varchar) + other fields This table contains user generated conten …
0
votes
4answers
47 views

Is there an efficient way to index inside words in SQL server 2008?

We have a a few queries in our system that use LIKE '%'+@SomeCriteria+'%' to search a for a person's name. We are talking VARCHAR(50) fields in this case. We would really like to …
1
vote
1answer
18 views

Paid API to get incoming links to a website?

I'm working on an SEO app that (among other things) shows the number of incoming links to your site over time. There are a few ways to get this data. Scraping Google "link:yoursi …
1
vote
2answers
21 views

Using char index to find numeric values

I have a column on a mysql table that stores mostly numeric values, but sometimes strings. It's defined as VARCHAR(20). There is an index on this column for the first four characte …
0
votes
3answers
31 views

Static SQL Server Indexes

Is it possible to create unclustered indexes in SQL Server 2005 that are not updated as data is changed (insert/delete/udpate) so I can ensure a stable set of data to report on? O …
1
vote
8answers
152 views

Is there a known implementation of an indexed linked list?

My gut tells me there is no good way to achieve this, but, unlike Mr. Stephen Colbert, I'd rather trust a community of developers than my gut... Is there a known way to efficientl …
0
votes
1answer
20 views

Two questions about mongodb and indexing

Hello, Two questions: If I remove all the data inside a collection (db.mycollection.remove({})) will the indexing information I created previously be lost? How often (how many m …
2
votes
2answers
73 views

What’s the best approach for using SOLR with web projects?

hey guys ok, I'm totally new to SOLR and Lucene, but have got Solr running out-of-the-box under Tomcat 6.x and have just gone over some of the basic Wiki entries. I have a few qu …
1
vote
3answers
57 views

How to improve performance of non-scalar aggregations on denormalized tables

Suppose we have a denormalized table with about 80 columns, and grows at the rate of ~10 million rows (about 5GB) per month. We currently have 3 1/2 years of data (~400M rows, ~20 …
0
votes
2answers
29 views

Will Full text search consider indexes?

Ok I have a full text search index created on my JobsToDo table, but what I'm concerned about is if this is rendering my other indexes on the table useless. I have a normal nonclus …
3
votes
3answers
56 views

How do indexes work on views?

Can someone please explain to me in simple English how an index on a view works? I have a fairly simple understanding of indexes on tables; how would indexing a view work differen …
0
votes
2answers
28 views

Entity Framework use of indexes and foreign keys

I want to be able to search a table quite quickly using the Entity Framework, say if I have a Contacts table, a JobsToDo table and a matrix table linking the two tables e.g Contact …

1 2 3 4 5 38 next
15 30 50 per page