=?iso-8859-9?Q?Yavuz_Selim_Serto=F0lu_=28ETIYA=29?= <yavuz.serto...@etiya.com> writes: > I have a problem with views. When I use view in my query it really slows > down(1.7seconds) > If I use inside of view and add conditions and joins to it, it is really > fast(0.7 milliseconds). > I have no distinct/group/partition by in view so I have no idea why is this > happening. > I wrote queries and plans below.
Those are not equivalent queries. Read up on the syntax of FROM; particularly, that JOIN binds more tightly than comma. regards, tom lane