| 1. |
What Is Compression Or Collapse? |
|
Answer» This is the PROCESS by which we DELETE the request iDs; this saves SPACE; all the regular requests are stored in the F table; when you COMPRESS, the request ID is deleted and data is MOVED from F table to E table; this saves space and improves performance but the disadvantage is that you cannot delete the compressed requests individually. This is the process by which we delete the request iDs; this saves space; all the regular requests are stored in the F table; when you compress, the request ID is deleted and data is moved from F table to E table; this saves space and improves performance but the disadvantage is that you cannot delete the compressed requests individually. |
|