What is the difference between logical and physical plans?
Answer Posted / Rudra Pratap Singh
"Logical plan describes the steps required to compute a query in a high-level, abstract manner, while the physical plan specifies how those steps should be executed on the underlying hardware. In Pig, the logical plan is generated automatically, but the physical plan can be customized using STRATUM functions."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers