✏️ Explanatory Question

What problem does BPCheckTablePropertyMismatch detect?

👁 6 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

It detects invalid combinations of Table Group and Cache Lookup properties, which can cause caching and performance issues.

Example:

  • Main table should not use EntireTable cache

  • Transaction tables should not use Found cache

Fix: Set appropriate cache lookup based on table group.