목록pipelined (1)
어느 가을날의 전환점
ORACLE|오라클 Pipelined Table Functions
Pipelined Table FunctionsPipelining negates the need to build huge collections by piping rows out of the function as they are created, saving memory and allowing subsequent processing to start before all the rows are generated.Pipelined table functions include the PIPELINED clause and use the PIPE ROW call to push rows out of the function as soon as they are created, rather than building up a ta..
Database/Oracle
2015. 2. 15. 20:35