Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
Store custom field data in dedicated tables to improve database performance.
This plugin is for developers who need to manage large volumes of custom field data on a content management system. It changes where this data is stored, moving it from the default meta tables into separate, structured database tables you define.
Custom Table Creation: Defines and manages the structure of new database tables using a simple API. This allows for easy updates to the table schema later.
Performance Improvement: Consolidates multiple custom field values into single table rows. This significantly reduces the total number of rows in the database, which can lead to faster data queries as the amount of data grows.
Data Management: Keeps all related custom field data for a single item together in one row. This makes viewing, editing, or exporting the complete dataset more straightforward using standard database tools.
Flexible Integration: Works with existing meta box configurations and supports all standard field types. It can handle data associated with posts, users, terms, or comments without requiring changes to your current field definitions.
Custom Models: Offers an advanced mode where you can define a complete data model stored entirely in a custom table, removing the need for a corresponding entry in the default system tables.