10 lines
431 B
Plaintext
10 lines
431 B
Plaintext
=== On 2014-12-02T14:39:21Z Ann Campbell Wrote:
|
|
\[~freddy.mallet] I'm confused by this description. ``++SELECT INTO TABLE++`` is more efficient but it needs more memory...?
|
|
|
|
=== On 2014-12-04T09:41:22Z Freddy Mallet Wrote:
|
|
Indeed @Ann:
|
|
|
|
* In one case, we we're going to consume less memory but the execution time might be really bigger
|
|
* In the other case, we start by quickly loading all information in memory to then process it
|
|
|