Inforiver
EDITable
EDITable
  • Introduction to EDITable
    • Why EDITable?
    • Supported Database Connections
  • Get Started
    • EDITable Pre-requisites
      • Admin consent for EDITable's Entra ID
        • Basic consent
        • Full admin consent
    • Install EDITable
    • Add EDITable visual
  • Getting Data into EDITable
    • Connect to Data
      • Get data
      • Assign fields
      • Configuration Steps
        • Configure source
        • Configure Columns
        • Configure Type 2 SCDs (Optional)
    • Create a Table
      • Create From Scratch
      • Use Existing Table
      • Import Data
  • Working with EDITable
    • EDITable interface
    • Manage Columns
      • General
      • Constraints
      • Lookup and Relation
      • Display
      • Import/Export Configuration
      • Add Database Column
      • Insert Column
    • Column Access Control
    • Row Identification
    • Table Operations (Insert/Update/Delete)
      • Edit data
      • Bulk Edit
      • Find and Replace
      • Insert rows
      • Insert Column
      • Import rows
      • Delete rows
      • Duplicate rows
      • Copy rows
      • Preview Changes
      • Reset Changes
    • Explore data
      • Search and filter
      • Sort and reorder
      • Show/Hide columns
      • Pin columns
      • Group Rows By
      • Summarize Column
    • Basic formatting
    • Conditional Formatting
  • Row Access Control
  • Approval Workflow
    • Review Changes - Workflow process
  • Type 2 SCDs
    • Configuring Type 2 SCDs in EDITable
  • Audit logs
  • Webhook
  • Display Settings
  • Commenting and Collaboration
    • Assign users & task status
    • View all comments & track changes
    • Comment Settings
  • Admin Portal & EDITable Console
    • Tables
    • Transaction Logs
    • Insights (Metrics)
    • Utility
      • Download Report
      • Pipeline
        • Power BI & EDITable deployment pipelines
        • Deployment in different destinations
        • Trigger deployment pipeline from external applications
        • Logs & other pipeline options
    • Manage Profile
    • Admin Portal
      • User Management
      • Settings
        • General Settings
        • Writeback Settings
          • Settings
          • EDITable managed DB
        • API token
    • Onboarding Actions
  • Formula and Functions
    • Conditional statements
      • IF
      • IFNA
      • SWITCH
    • Logical functions
      • AND
      • IN
      • ISBLANK
      • ISEMPTY
      • ISNUMBER
      • NOT
      • OR
      • XOR
    • Math functions
      • ABS
      • AVERAGE
      • AVERAGEIF
      • AVERAGEEXNEG
      • AVERAGEEXZERO
      • AVERAGEEXZERONEG
      • CEILING
      • COUNT
      • COUNTIF
      • DIVIDE
      • EVEN
      • EXP
      • FLOOR
      • LOG
      • MAX
      • MIN
      • PCT
      • POWER
    • Text formatting functions
    • Date functions
      • DATE
      • DATE.FORMAT
    • Other operators
  • Keyboard Shortcuts
  • Release Notes
    • EDITable - v1.7.5
    • EDITable - v1.7
    • EDITable - v1.6.5
    • EDITable - v1.6
Powered by GitBook
On this page
  • 1. Allow users to configure database connections
  • 2. Request Time out
  • 3. Batched Write Setting
  1. Admin Portal & EDITable Console
  2. Admin Portal
  3. Settings
  4. Writeback Settings

Settings

PreviousWriteback SettingsNextEDITable managed DB

Last updated 8 months ago

In this section, all writeback-related settings can be configured by the admin.

1. Allow users to configure database connections

Admins can enable or disable users from configuring database connections using this toggle as highlighted below:

When disabled, no user can add a new connection to the EDITable visual. They can only connect to the existing database connections that are already configured and available.

2. Request Time out

When EDITable cannot connect to a database connection within a specified time limit, it displays a request timeout error. To avoid this, you can set a custom connection time from the admin console which gives ample time for EDITable to connect to a database before displaying a time-out error.

In the admin console, navigate to Settings and then Writeback > Settings. Under the Writeback destination connection settings, you can set the duration of the request time-out. In the example, we have set it to 300 seconds. EDITable will wait up to 300 seconds for the connection to be established before generating a request timeout error.

3. Batched Write Setting

By default, if your writeback payload exceeds 50k records, EDITable can split the payload into multiple chunks each of size 50k records, and write them back batch-by-batch.

You can change the default batch size of 50k records in the Batched Write Setting section. In the example below, we have specified the batch size as 75k. Batched writeback happens when the writeback payload exceeds 75k records with writing back each chunk of size 75k records.

The request time out and batched write setting can be adjusted when you are working with high volume data to achieve better performance.

Allow users to configure databases - enabled
Request Time out
Batched Write Setting