Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Electronic Equipment > VHDL > Re: FPGA based ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 13 Topic 6104 of 6417
Post > Topic >>

Re: FPGA based database searching

by PFC <lists@[EMAIL PROTECTED] > Jun 24, 2008 at 12:58 PM

> be used, slowing down the throughput. Target is a database searching of
> 262144 elements with 16 bit each in maximum 220 ms.

	If you are searching 16 bit datums then your search space is limited to  
65536 different datums. Why would you want to store more than this ? A  
hashtable comes to mind, for instance.

	What is your searching algorithm ? Why is it that complex ? Can you post 

a description ?

	Taking well-designed software as example, your 220 ms time budget is  
enough for Postgresql to perform about 3000-5000 simple SQL queries  
returning 1 row with btree index lookup on a table with millions of rows  
including network overhead (as long as it doesn't need to hit the disk),  
in 220 ms Xapian can make multiple full text phrase searches with ranking 

on a multi gigabyte text dataset. These are per core of course.

	So, I suggest reviewing your search algorithm ;)
 




 13 Posts in Topic:
FPGA based database searching
"Norman Bollmann&quo  2008-06-23 15:00:09 
Re: FPGA based database searching
Jon Beniston <jon@[EMA  2008-06-23 06:10:55 
Re: FPGA based database searching
Mike Treseler <mike_tr  2008-06-23 11:04:49 
Re: FPGA based database searching
Ben Jackson <ben@[EMAI  2008-06-23 20:40:40 
Re: FPGA based database searching
Andy <jonesandy@[EMAIL  2008-06-23 14:57:15 
Re: FPGA based database searching
PFC <lists@[EMAIL PROT  2008-06-24 12:58:30 
Re: FPGA based database searching
gavin@[EMAIL PROTECTED]   2008-06-25 19:26:17 
Re: FPGA based database searching
Kolja Sulimma <ksulimm  2008-06-25 04:57:27 
Re: FPGA based database searching
nico@[EMAIL PROTECTED] (  2008-06-25 17:44:23 
Re: FPGA based database searching
"Norman Bollmann&quo  2008-06-27 17:05:22 
Re: FPGA based database searching
Chris Maryan <kmaryan@  2008-06-27 10:52:49 
Re: FPGA based database searching
"rponsard@[EMAIL PRO  2008-06-30 04:02:24 
Re: FPGA based database searching
"rponsard@[EMAIL PRO  2008-06-30 04:03:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 8:23:21 CST 2008.