[FB-Tracker] Created: (CORE-2718) Support Parallel query for faster execute of query

View: New views
1 Messages — Rating Filter:   Alert me  

[FB-Tracker] Created: (CORE-2718) Support Parallel query for faster execute of query

by JIRA tracker@firebirdsql.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Support Parallel query  for faster execute of query
---------------------------------------------------

                 Key: CORE-2718
                 URL: http://tracker.firebirdsql.org/browse/CORE-2718
             Project: Firebird Core
          Issue Type: New Feature
    Affects Versions: 3.0.0
         Environment: all
            Reporter: Ivan


if we have query with few where condition

example

select t1.*,t2.*,t3.*,t4.*   from table1 t1, table2  t2, table3 t3, table4 t4
where
t1.ID=t2.ID    -> 1st condition
and
t1.ID=t3.ID -> 2nd condition
and
t1.ID=t4.ID -> 3rd condition
and
t4.mydate between '1.1.2009' and '1.6.2009'  -> 4th condition
group by
t1.name  -> 5th
order by
date  -> 6th

this is only example.

and now  1,2,3 and 4 condition running in the same time.


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel