OSU-Net / cyder

Cyder
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Search is incredibly slow #764

Open murrown opened 10 years ago

murrown commented 10 years ago

In particular, it is slow for queries with many results. Is it a backend issue? Is it a UI issue? Who knows!

drkitty commented 9 years ago

I think the only way to effectively evaluate search speed is to actually ask users what they commonly search for.

kiwim0n commented 9 years ago

Some common searches (I think):

-host DNS name (partial or fqdn) -IP address

-Kirsten

On Jan 23, 2015, at 11:32 AM, drkitty notifications@github.com wrote:

I think the only way to effectively evaluate search speed is to actually ask users what they commonly search for.

— Reply to this email directly or view it on GitHub.

drkitty commented 9 years ago

@kiwim0n: Thanks. I'll take a look.

murrown commented 9 years ago

What about partial IP addresses? I could easily see a situation where someone who wants to see all of the records in a given range might search for something like 128.193.1... unfortunately, this search is also very slow.

murrown commented 9 years ago

As for host names, the most common hostname is by far is www, which takes no time to search at all.

EDIT: Sorry, the most common host name is polycom-1, www is most common when you include address records.