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 5 of 13 Topic 6104 of 6417
Post > Topic >>

Re: FPGA based database searching

by Andy <jonesandy@[EMAIL PROTECTED] > Jun 23, 2008 at 02:57 PM

On Jun 23, 1:04 pm, Mike Treseler <mike_trese...@[EMAIL PROTECTED]
> wrote:
> Norman Bollmann wrote:
> > I've got a software implementation in
> > ANSI-C for a complex database searching. The database is a proprietary
> > format where I am saving data, which has to be given as a result,
depending
> > on the input data. Problem is, the software implementation is far to
slow.
>
> Get a faster server, load linux.
> FPGA's are OK for data filtering or statistics.
> If you need "complex database searching" you
> need a computer.
>
>        -- Mike Treseler

The bottleneck for most searches has to do with how many compares can
be done per unit time, which usually boils down to how fast data can
be brought into the search. Unless you have a significantly faster
mechanism to access the data than the CPU, you probably won't be able
to search it any faster. That's assuming you have the undivided
attention of the CPU. If the CPU is busy doing other things while your
FPGA could be doing the searching, that might improve overall
performance.

Block ram usually won't help much, since you can only access one or
two addresses at a time. If you had a multi-word key, then pulling the
data into a multi-way structure (flops or replicated block rams) such
that the different parts of the key could be compared to multiple data
words in parallel, then you'd be getting somewhere.

Andy
 




 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 14:57:50 CST 2008.