Sign Up

Database Storage

Managing your database storage effectively is crucial for ensuring optimal performance and cost-efficiency when using Twidget. Each entry within your database table utilizes a certain amount of storage space. Twidget provides intuitive tools to help you monitor and manage this storage.

Viewing Database Storage Usage

Database Table Toolbar

For a quick overview of your database storage:

  1. Navigate to your Database Table: Open the database table whose storage you want to view.

  2. Check the Toolbar: The total database usage is displayed in the toolbar at the top of the table. This allows you to quickly assess how much storage space each table is consuming.

Dashboard

To get a comprehensive view of your total database storage usage across all tables:

  1. Access the Dashboard: Go to your Twidget Dashboard.

  2. Review Storage Metrics: The dashboard will display your total database storage usage and quota. This includes cumulative data from all of your tables, giving you a clear picture of your overall storage consumption.

Managing Storage Efficiently

  • Regular Audits: Frequently check your database storage usage to ensure it remains within acceptable limits.

  • Optimize Entries: Consider removing obsolete entries or optimizing data storage practices to free up space.

  • Upgrade Plans: If you are consistently reaching your storage quota, consider upgrading your Twidget plan to accommodate your growing database needs.

By keeping a close watch on your database storage usage and quotas via the table toolbar and dashboard, you can effectively manage your resources and maintain optimal performance in Twidget.

Related Topics

Adding Database Table Rows

In Twidget, you can easily add new entries (rows) to your database tables. This feature allows you to expand your data dynamically without the need for complex coding. This document provides a step-by-step guide on how to add rows to your database tables. Adding a New Entry to a Table. To add a new ...

Table Relationships

In Twidget, you can connect database table data using the `_id` field that is automatically generated for every row in a table. This `_id` field is essential for creating and maintaining relationships across different tables. Types of Relationships. A one-to-one relationship occurs when a single row...

Generate CRUD Endpoints

With Twidget, you can efficiently generate CRUD (Create, Read, Update, Delete) endpoints for your database tables upon their creation. This functionality is designed to streamline the development process and ensure that essential API operations are readily available. Enabling CRUD Endpoints. 1. Crea...

CSV Import

Twidget enables seamless import of data from a CSV file into your database. Follow the steps below to successfully import a CSV file. Step-by-Step Guide. 1. Initiate the Import: - Click on the Import button within the table toolbar. - Select Import from CSV from the dropdown. 2. Open Import Dialog: ...

Database Tables

Database tables are essential components of your Twidget workspace, serving as the primary storage locations for your data. In Twidget, each table consists of rows and fields, meticulously designed for efficient data management and retrieval. Structure of Database Tables. - Rows: Each row in a datab...