Space
Database Size: 9.13 GB
253 unused indices. Remove them for faster writes. Check they aren’t used on replicas.
rails generate migration remove_unused_indexes
And paste
remove_index :lead_status_history, name: "idx_lead_status_history_id_account" remove_index :lead, name: "idx_lead_platform_identifier" remove_index :lead_field_value, name: "idx_lead_field_value_lead_id" remove_index :digital_ad_spend_log, name: "idx_log_timestamp" remove_index :lead_status_history, name: "idx_lead_status_history_lead_id" remove_index :lead_utm_history, name: "idx_lead_utm_history_lead" remove_index :lead_utm_history, name: "idx_lead_utm_history_lead_id" remove_index :lead_activity_history_v2, name: "idx_lead_activity_history_v2_account_id" remove_index :lead, name: "idx_lead_platform_registration_date" remove_index :lead_field_value, name: "lead_field_value_created_by_user_id_fkey_idx" remove_index :lead_field_value, name: "lead_field_value_modified_by_user_id_fkey_idx" remove_index :lead_field_value, name: "lead_field_value_account_id_fkey_idx" remove_index :lead_field_value, name: "idx_lead_field_value_account_id" remove_index :webhook_log, name: "idx_webhook_log_id_account" remove_index :webhook_log, name: "idx_webhook_log_platform_identifier" remove_index :lead_program, name: "idx_lead_program_id_account" remove_index :digital_ad_spend_log, name: "idx_digital_campaign_log_time" remove_index :user_session_analytics, name: "idx_user_session_analytics_id_account" remove_index :email_activity_communication, name: "idx_email_activity_communication_account_id" remove_index :follow_up, name: "idx_follow_up_id_account" remove_index :lead, name: "idx_lead_account_program_status" remove_index :mcube_webhook_log, name: "idx_mcube_webhook_log_id_account" remove_index :lead, name: "idx_lead_lead_status_id" remove_index :lead, name: "idx_lead_status_id" remove_index :lead, name: "idx_admission_season_id" remove_index :lead, name: "idx_lead_admission_season" remove_index :webhook_log, name: "idx_webhook_log_created_at" remove_index :lead, name: "lead_lead_template_id_fkey_idx" remove_index :lead, name: "idx_lead_program_id" remove_index :lead_status_history, name: "lead_status_history_created_by_user_id_fkey_idx" remove_index :lead_status_history, name: "lead_status_history_modified_by_user_id_fkey_idx" remove_index :lead, name: "lead_created_by_user_id_fkey_idx" remove_index :lead, name: "lead_modified_by_user_id_fkey_idx" remove_index :lead_status_history, name: "idx_lead_status_history_account_id" remove_index :lead_status_history, name: "idx_lead_status_history_lead_status_id" remove_index :lead_status_history, name: "lead_status_history_account_id_fkey_idx" remove_index :lead_utm_history, name: "idx_lead_utm_history_campaign" remove_index :lead_utm_history, name: "idx_lead_utm_history_campaign_id" remove_index :webhook_log, name: "idx_webhook_log_batch_id" remove_index :lead, name: "idx_lead_account_id" remove_index :lead, name: "lead_account_id_fkey_idx" remove_index :lead_utm_history, name: "idx_lead_utm_history_sequence" remove_index :lead_utm_history, name: "idx_lead_utm_history_account_id" remove_index :lead_utm_history, name: "lead_utm_history_account_id_fkey_idx" remove_index :lead_utm_history, name: "lead_utm_history_modified_by_user_id_fkey_idx" remove_index :lead_utm_history, name: "lead_utm_history_created_by_user_id_fkey_idx" remove_index :lead_activity_history, name: "idx_lead_activity_history_id_account" remove_index :user_session_analytics, name: "idx_ga4_event_date" remove_index :lead_counsellor_assignment, name: "idx_lead_counsellor_assignment_account_id" remove_index :webhook_log, name: "idx_webhook_log_account_id" remove_index :webhook_log, name: "idx_webhook_log_status" remove_index :webhook_log, name: "idx_webhook_log_type" remove_index :user_session_analytics, name: "idx_ga4_client_id" remove_index :lead_program, name: "lead_program_created_by_user_id_fkey_idx" remove_index :lead_program, name: "lead_program_modified_by_user_id_fkey_idx" remove_index :lead_program, name: "idx_lead_program_account_id" remove_index :lead_program, name: "lead_program_account_id_fkey_idx" remove_index :user_session_analytics, name: "idx_ga4_source_medium" remove_index :mcube_webhook_log, name: "idx_mcube_webhook_log_account_id" remove_index :mcube_webhook_log, name: "idx_mcube_webhook_log_type" remove_index :lead_activity_history, name: "idx_lead_activity_history_lead_id" remove_index :lead_activity_history, name: "idx_lead_activity_history_account_id" remove_index :opportunity_status_history, name: "idx_opportunity_status_history_id_account" remove_index :opportunity, name: "idx_opportunity_account_date_status" remove_index :opportunity, name: "idx_opportunity_lead_program" remove_index :opportunity_status_history, name: "idx_opportunity_status_history_opportunity" remove_index :opportunity, name: "idx_opportunity_lead" remove_index :opportunity, name: "idx_opportunity_lead_id" remove_index :opportunity_field_value, name: "opportunity_field_value_opportunity_template_field_id_fkey_idx" remove_index :opportunity_field_value, name: "opportunity_field_value_created_by_user_id_fkey_idx" remove_index :opportunity_field_value, name: "opportunity_field_value_modified_by_user_id_fkey_idx" remove_index :opportunity_field_value, name: "idx_opportunity_field_value_account_id" remove_index :opportunity_field_value, name: "opportunity_field_value_account_id_fkey_idx" remove_index :opportunity, name: "idx_opportunity_account_program_status" remove_index :opportunity_status_history, name: "idx_opportunity_status_history_status" remove_index :opportunity_status_history, name: "opportunity_status_history_created_by_user_id_fkey_idx" remove_index :opportunity_status_history, name: "opportunity_status_history_modified_by_user_id_fkey_idx" remove_index :batch_job_execution_params, name: "batch_job_execution_params_job_execution_id_fkey_idx" remove_index :opportunity_status_history, name: "idx_opportunity_status_history_account_id" remove_index :opportunity, name: "idx_opportunity_status_id" remove_index :opportunity, name: "idx_opportunity_template_id" remove_index :opportunity, name: "opportunity_opportunity_status_id_fkey_idx" remove_index :opportunity, name: "opportunity_opportunity_template_id_fkey_idx" remove_index :opportunity_status_history, name: "opportunity_status_history_account_id_fkey_idx" remove_index :opportunity, name: "idx_opportunity_account_id" remove_index :opportunity, name: "opportunity_account_id_fkey_idx" remove_index :opportunity, name: "opportunity_created_by_user_id_fkey_idx" remove_index :opportunity, name: "opportunity_modified_by_user_id_fkey_idx" remove_index :opportunity, name: "idx_opportunity_program" remove_index :opportunity, name: "idx_opportunity_program_id" remove_index :opportunity_connector_sync_record, name: "opportunity_connector_sync_record_created_by_user_id_fkey_idx" remove_index :opportunity_connector_sync_record, name: "opportunity_connector_sync_record_modified_by_user_id_fkey_idx" remove_index :xref_agent_institute, name: "idx_agent_institute" remove_index :chatbot_activity_communication, name: "idx_chatbot_activity_communication_account_id" remove_index :chatbot_user, name: "idx_chatbot_user_connector" remove_index :digital_campaigns_v2, name: "idx_digital_campaigns_v2_account_id" remove_index :smart_link, name: "idx_smart_link_account_id" remove_index :smart_link, name: "smart_link_account_id_fkey_idx" remove_index :campaign, name: "campaign_channel_id_fkey_idx" remove_index :ad_account_v2, name: "idx_ad_account_v2_account_id" remove_index :campaign, name: "idx_campaign_channel" remove_index :chatbot_user, name: "idx_chatbot_user_account_id" remove_index :opportunity_program, name: "idx_opportunity_program_account_id" remove_index :xref_outreach_event_user, name: "idx_outreach_event_user" remove_index :opportunity_program, name: "opportunity_program_account_id_fkey_idx" remove_index :opportunity_program, name: "opportunity_program_created_by_user_id_fkey_idx" remove_index :opportunity_program, name: "opportunity_program_modified_by_user_id_fkey_idx" remove_index :smart_link, name: "smart_link_created_by_user_id_fkey_idx" remove_index :smart_link, name: "smart_link_modified_by_user_id_fkey_idx" remove_index :account, name: "account_created_by_user_id_fkey_idx" remove_index :account, name: "account_modified_by_user_id_fkey_idx" remove_index :admission_season, name: "admission_season_account_id_fkey_idx" remove_index :admission_season, name: "admission_season_created_by_user_id_fkey_idx" remove_index :admission_season, name: "admission_season_institute_id_fkey_idx" remove_index :admission_season, name: "admission_season_modified_by_user_id_fkey_idx" remove_index :admissions_repository, name: "admissions_repository_account_id_fkey_idx" remove_index :admissions_repository, name: "admissions_repository_created_by_user_id_fkey_idx" remove_index :admissions_repository, name: "admissions_repository_modified_by_user_id_fkey_idx" remove_index :agent, name: "agent_account_id_fkey_idx" remove_index :agent_contractual_documents, name: "agent_contractual_documents_account_id_fkey_idx" remove_index :agent_contractual_documents, name: "agent_contractual_documents_created_by_user_id_fkey_idx" remove_index :agent_contractual_documents, name: "agent_contractual_documents_modified_by_user_id_fkey_idx" remove_index :agent, name: "agent_created_by_user_id_fkey_idx" remove_index :agent, name: "agent_modified_by_user_id_fkey_idx" remove_index :campaign, name: "campaign_account_id_fkey_idx" remove_index :campaign_ad_mapping, name: "campaign_ad_mapping_created_by_user_id_fkey_idx" remove_index :campaign_ad_mapping, name: "campaign_ad_mapping_modified_by_user_id_fkey_idx" remove_index :campaign, name: "campaign_admission_season_id_fkey_idx" remove_index :campaign, name: "campaign_created_by_user_id_fkey_idx" remove_index :campaign, name: "campaign_modified_by_user_id_fkey_idx" remove_index :campaign_rule, name: "campaign_rule_account_id_fkey_idx" remove_index :campaign_rule, name: "campaign_rule_created_by_user_id_fkey_idx" remove_index :campaign_rule, name: "campaign_rule_modified_by_user_id_fkey_idx" remove_index :channel, name: "channel_account_id_fkey_idx" remove_index :channel, name: "channel_created_by_user_id_fkey_idx" remove_index :channel, name: "channel_modified_by_user_id_fkey_idx" remove_index :connector, name: "connector_created_by_user_id_fkey_idx" remove_index :connector, name: "connector_institute_id_fkey_idx" remove_index :connector, name: "connector_modified_by_user_id_fkey_idx" remove_index :dashlet_default_config_settings, name: "dashlet_default_config_settings_account_id_fkey_idx" remove_index :dashlet_default_config_settings, name: "dashlet_default_config_settings_created_by_user_id_fkey_idx" remove_index :dashlet_default_config_settings, name: "dashlet_default_config_settings_modified_by_user_id_fkey_idx" remove_index :expense, name: "expense_account_id_fkey_idx" remove_index :expense, name: "expense_created_by_user_id_fkey_idx" remove_index :expense, name: "expense_modified_by_user_id_fkey_idx" remove_index :field_mapping, name: "field_mapping_connector_id_fkey_idx" remove_index :flyway_schema_history, name: "flyway_schema_history_s_idx" remove_index :admission_season, name: "idx_admission_season_account_id" remove_index :admission_season, name: "idx_admission_season_institute_id" remove_index :admissions_repository, name: "idx_admissions_repository_account_id" remove_index :admissions_repository, name: "idx_admissions_repository_id_account" remove_index :agent_contractual_documents, name: "idx_agent_contractual_documents_account_id" remove_index :agent_contractual_documents, name: "idx_agent_contractual_documents_id_account" remove_index :campaign, name: "idx_campaign_admission_season" remove_index :campaign_rule, name: "idx_campaign_rule_account_id" remove_index :dashlet_default_config_settings, name: "idx_dashlet_default_config_settings_id_account" remove_index :dispute, name: "idx_dispute_account_id" remove_index :dispute_doc, name: "idx_dispute_doc_account_id" remove_index :dispute_doc, name: "idx_dispute_doc_id_account" remove_index :expense, name: "idx_expense_id_account" remove_index :institute, name: "idx_institute_account_id" remove_index :landing_page, name: "idx_landing_page_account_id" remove_index :xref_landing_page_programs, name: "idx_landing_page_programs" remove_index :lead_bucket, name: "idx_lead_bucket_account_id" remove_index :lead_exclusion_bucket, name: "idx_lead_exclusion_bucket_account_id" remove_index :lead_exclusion_bucket, name: "idx_lead_exclusion_bucket_id_account" remove_index :lead_status, name: "idx_lead_status_account_id" remove_index :lead_template, name: "idx_lead_template_account_id" remove_index :lead_template_field, name: "idx_lead_template_field_account_id" remove_index :opportunity_status, name: "idx_opportunity_status_account_id" remove_index :opportunity_status, name: "idx_opportunity_status_institute" remove_index :opportunity_status, name: "idx_opportunity_status_parent" remove_index :opportunity_status, name: "idx_opportunity_status_sequence" remove_index :opportunity_template, name: "idx_opportunity_template_account_id" remove_index :opportunity_template_field, name: "idx_opportunity_template_field_account_id" remove_index :opportunity_template_field, name: "idx_opportunity_template_field_id_account" remove_index :opportunity_template, name: "idx_opportunity_template_id_account" remove_index :outreach_calendar, name: "idx_outreach_calendar_account_id" remove_index :outreach_calendar, name: "idx_outreach_calendar_id_account" remove_index :outreach_event, name: "idx_outreach_event_account_id" remove_index :outreach_event_document, name: "idx_outreach_event_document_account_id" remove_index :program, name: "idx_program_account_id" remove_index :smart_link_click, name: "idx_smart_link_click_account_id" remove_index :temp_lead, name: "idx_temp_lead_account_id" remove_index :temp_lead, name: "idx_temp_lead_admission_season_id" remove_index :temp_lead, name: "idx_temp_lead_ga4_client_id" remove_index :transcription_configuration, name: "idx_transcription_configuration_account_id" remove_index :transcription_configuration, name: "idx_transcription_configuration_id_account" remove_index :upload_job_log, name: "idx_upload_job_log_account_id" remove_index :user_roles, name: "idx_user_roles_account_id" remove_index :users, name: "idx_users_account_id" remove_index :institute, name: "institute_account_id_fkey_idx" remove_index :institute, name: "institute_created_by_user_id_fkey_idx" remove_index :institute, name: "institute_modified_by_user_id_fkey_idx" remove_index :landing_page, name: "landing_page_account_id_fkey_idx" remove_index :landing_page, name: "landing_page_created_by_user_id_fkey_idx" remove_index :landing_page, name: "landing_page_institute_id_fkey_idx" remove_index :landing_page, name: "landing_page_modified_by_user_id_fkey_idx" remove_index :lead_status, name: "lead_status_created_by_user_id_fkey_idx" remove_index :lead_status, name: "lead_status_institute_id_fkey_idx" remove_index :lead_status, name: "lead_status_modified_by_user_id_fkey_idx" remove_index :lead_template, name: "lead_template_account_id_fkey_idx" remove_index :lead_template, name: "lead_template_created_by_user_id_fkey_idx" remove_index :lead_template_field, name: "lead_template_field_created_by_user_id_fkey_idx" remove_index :lead_template_field, name: "lead_template_field_modified_by_user_id_fkey_idx" remove_index :lead_template, name: "lead_template_institute_id_fkey_idx" remove_index :lead_template, name: "lead_template_modified_by_user_id_fkey_idx" remove_index :opportunity_status, name: "opportunity_status_account_id_fkey_idx" remove_index :opportunity_status, name: "opportunity_status_created_by_user_id_fkey_idx" remove_index :opportunity_status, name: "opportunity_status_institute_id_fkey_idx" remove_index :opportunity_status, name: "opportunity_status_modified_by_user_id_fkey_idx" remove_index :opportunity_status, name: "opportunity_status_parent_status_id_fkey_idx" remove_index :opportunity_template, name: "opportunity_template_account_id_fkey_idx" remove_index :opportunity_template, name: "opportunity_template_created_by_user_id_fkey_idx" remove_index :opportunity_template_field, name: "opportunity_template_field_account_id_fkey_idx" remove_index :opportunity_template_field, name: "opportunity_template_field_created_by_user_id_fkey_idx" remove_index :opportunity_template_field, name: "opportunity_template_field_modified_by_user_id_fkey_idx" remove_index :opportunity_template_field, name: "opportunity_template_field_opportunity_template_id_fkey_idx" remove_index :opportunity_template, name: "opportunity_template_institute_id_fkey_idx" remove_index :opportunity_template, name: "opportunity_template_modified_by_user_id_fkey_idx" remove_index :outreach_calendar, name: "outreach_calendar_account_id_fkey_idx" remove_index :outreach_calendar, name: "outreach_calendar_created_by_user_id_fkey_idx" remove_index :outreach_calendar, name: "outreach_calendar_modified_by_user_id_fkey_idx" remove_index :outreach_event, name: "outreach_event_account_id_fkey_idx" remove_index :outreach_event, name: "outreach_event_created_by_user_id_fkey_idx" remove_index :outreach_event_document, name: "outreach_event_document_account_id_fkey_idx" remove_index :outreach_event_document, name: "outreach_event_document_created_by_user_id_fkey_idx" remove_index :outreach_event_document, name: "outreach_event_document_modified_by_user_id_fkey_idx" remove_index :outreach_event, name: "outreach_event_modified_by_user_id_fkey_idx" remove_index :program, name: "program_created_by_user_id_fkey_idx" remove_index :program, name: "program_modified_by_user_id_fkey_idx" remove_index :smart_link_click, name: "smart_link_click_account_id_fkey_idx" remove_index :smart_link_click, name: "smart_link_click_created_by_user_id_fkey_idx" remove_index :smart_link_click, name: "smart_link_click_modified_by_user_id_fkey_idx" remove_index :upload_job_log, name: "upload_job_log_account_id_fkey_idx" remove_index :upload_job_log, name: "upload_job_log_modified_by_user_id_fkey_idx" remove_index :user_roles, name: "user_roles_created_by_user_id_fkey_idx" remove_index :user_roles, name: "user_roles_institute_id_fkey_idx" remove_index :user_roles, name: "user_roles_modified_by_user_id_fkey_idx" remove_index :users, name: "users_created_by_user_id_fkey_idx" remove_index :users, name: "users_modified_by_user_id_fkey_idx" remove_index :xref_admissions_repository_institute, name: "xref_admissions_repository_institute_admissions_repository_id_f" remove_index :xref_landing_page_programs, name: "xref_landing_page_programs_landing_page_id_fkey_idx" remove_index :xref_outreach_calendar_institute, name: "xref_outreach_calendar_institute_institute_id_fkey_idx" remove_index :xref_outreach_calendar_institute, name: "xref_outreach_calendar_institute_outreach_calendar_id_fkey_idx" remove_index :xref_outreach_event_institute, name: "xref_outreach_event_institute_institute_id_fkey_idx" remove_index :xref_campaign_landing_page, name: "idx_campaign_landing_page" remove_index :communication_log, name: "idx_communication_log_account_id" remove_index :communication_log, name: "idx_communication_log_id_account" remove_index :dispute_history, name: "idx_dispute_history_account_id" remove_index :dispute_history, name: "idx_dispute_history_id_account" remove_index :ksp, name: "idx_ksp_id_account" remove_index :xref_agent_repository, name: "xref_agent_repository_repository_id_fkey_idx"
| Relation | Size |
|---|---|
| crm_lead_activities_dump | 1.55 GB |
| lead_activity_history_v2 | 1.43 GB |
| email_activity_communication | 607 MB |
| lead_field_value | 456 MB |
| idx_lead_activity_history_v2_id_account | 368 MB |
| webhook_log | 283 MB |
| lead_activity_history_v2_pkey | 234 MB |
| lead | 233 MB |
| uq_lead_field_value_lead_template_field | 173 MB |
| lead_utm_history | 164 MB |
| idx_lead_field_value_lead_field | 157 MB |
| idx_lead_field_value_id_account | 150 MB |
| lead_connector_sync_record | 146 MB |
| lead_status_history | 145 MB |
| idx_campaign_log_time | 129 MB |
| idx_email_activity_communication_id_account | 128 MB |
| idx_campaign_mapping_log_time | 127 MB |
| mcube_webhook_log | 106 MB |
| email_activity_communication_pkey | 105 MB |
| call_activity_communication | 101 MB |
| lead_field_value_pkey | 95.5 MB |
| user_session_analytics | 81.7 MB |
| unique_lead_status | 64.2 MB |
| idx_lead_status_history_id_account UNUSED | 64.2 MB |
| idx_lead_utm_lead_campaign_sequence | 63.8 MB |
| lead_counsellor_assignment | 62.1 MB |
| unique_platform_identifier | 59.5 MB |
| idx_lead_platform_identifier UNUSED | 59.5 MB |
| idx_platform_identifier | 59.5 MB |
| idx_lead_field_value_lead_id UNUSED | 58.7 MB |
| lead_field_value_lead_id_fkey_idx | 58.7 MB |
| idx_lead_account_date_status | 57.2 MB |
| follow_up | 56.8 MB |
| idx_lead_utm_history_id_account | 56 MB |
| idx_log_timestamp UNUSED | 55.5 MB |
| idx_lead_id_account | 50.5 MB |
| idx_lead_utm_history_lead_campaign | 50.3 MB |
| lead_program | 43.1 MB |
| idx_lead_status_history_status | 41 MB |
| lead_status_history_pkey | 40.8 MB |
| lead_activity_history | 38.4 MB |
| idx_lead_status_history_lead_id UNUSED | 36.6 MB |
| lead_status_history_lead_id_fkey_idx | 36.6 MB |
| lead_utm_history_pkey | 35.6 MB |
| idx_lead_utm_history_lead UNUSED | 33.9 MB |
| idx_lead_utm_history_lead_id UNUSED | 33.9 MB |
| lead_utm_history_lead_id_fkey_idx | 33.9 MB |
| lead_pkey | 32.1 MB |
| idx_lead_activity_history_v2_account_id UNUSED | 31.8 MB |
| lead_connector_sync_record_lead_id_fkey_idx | 31.5 MB |
| lead_connector_sync_record_pkey | 31.5 MB |
| ukjafuvw3l5c5a9xyf82otj3nnj | 31.5 MB |
| idx_lead_activity_history_connector_id | 31.3 MB |
| idx_lead_activity_history_activity_type | 31.1 MB |
| idx_lead_agent_assignment_id_account | 23.5 MB |
| idx_lead_counsellor_assignment_id_account | 23 MB |
| idx_lead_platform_registration_date UNUSED | 22.2 MB |
| idx_lead_registration_date | 21.6 MB |
| lead_field_value_created_by_user_id_fkey_idx UNUSED | 21.2 MB |
| lead_field_value_modified_by_user_id_fkey_idx UNUSED | 21.2 MB |
| lead_field_value_account_id_fkey_idx UNUSED | 21.1 MB |
| idx_lead_field_value_account_id UNUSED | 21.1 MB |
| idx_webhook_log_id_account UNUSED | 20.6 MB |
| lead_field_value_lead_template_field_id_fkey_idx | 20.6 MB |
| idx_webhook_log_platform_identifier UNUSED | 19.8 MB |
| crm_lead_activities_dump_pkey | 19.2 MB |
| idx_lead_program_id_account UNUSED | 17.5 MB |
| idx_digital_campaign_log_time UNUSED | 17.1 MB |
| idx_user_session_analytics_id_account UNUSED | 16.3 MB |
| idx_email_activity_communication_account_id UNUSED | 16.3 MB |
| lead_agent_assignment_pkey | 15.5 MB |
| idx_follow_up_id_account UNUSED | 14.7 MB |
| webhook_log_pkey | 13.1 MB |
| user_session_analytics_pkey | 12.3 MB |
| lead_program_pkey | 11.1 MB |
| lead_program_lead_id_fkey_idx | 10.7 MB |
| digital_ad_spend_log_pkey | 10.3 MB |
| idx_call_activity_communication_id_account | 9.13 MB |
| pk_follow_up | 9.07 MB |
| idx_lead_account_program_status UNUSED | 8.96 MB |
| idx_mcube_webhook_log_id_account UNUSED | 8.91 MB |
| llm_action_jobs | 8.77 MB |
| lead_lead_status_id_fkey_idx | 8.45 MB |
| idx_lead_lead_status_id UNUSED | 8.38 MB |
| idx_lead_status_id UNUSED | 8.38 MB |
| idx_admission_season_id UNUSED | 8.31 MB |
| idx_lead_admission_season UNUSED | 8.31 MB |
| lead_lead_template_id_fkey_idx UNUSED | 8.23 MB |
| idx_webhook_log_created_at UNUSED | 8.21 MB |
| lead_admission_season_id_fkey_idx | 8.2 MB |
| idx_lead_admission_season_id | 8.19 MB |
| idx_lead_program_id UNUSED | 7.88 MB |
| lead_program_id_fkey_idx | 7.81 MB |
| idx_lead_follow_up_date | 7.74 MB |
| idx_lead_utm_campaign_sequence | 7.31 MB |
| lead_created_by_user_id_fkey_idx UNUSED | 7.23 MB |
| lead_modified_by_user_id_fkey_idx UNUSED | 7.23 MB |
| lead_status_history_created_by_user_id_fkey_idx UNUSED | 7.23 MB |
| lead_status_history_modified_by_user_id_fkey_idx UNUSED | 7.23 MB |
| idx_lead_status_history_account_id UNUSED | 7.2 MB |
| idx_lead_status_history_lead_status_id UNUSED | 7.2 MB |
| lead_status_history_account_id_fkey_idx UNUSED | 7.2 MB |
| idx_lead_utm_history_campaign UNUSED | 7.19 MB |
| idx_lead_utm_history_campaign_id UNUSED | 7.19 MB |
| lead_status_history_lead_status_id_fkey_idx | 7.16 MB |
| idx_webhook_log_batch_id UNUSED | 7.15 MB |
| lead_utm_history_campaign_id_fkey_idx | 7.15 MB |
| lead_connector_sync_record_connector_id_fkey_idx | 7.09 MB |
| idx_lead_account_id UNUSED | 6.96 MB |
| lead_account_id_fkey_idx UNUSED | 6.96 MB |
| idx_lead_utm_history_sequence UNUSED | 6.75 MB |
| idx_lead_utm_history_sequence_order | 6.75 MB |
| idx_lead_utm_history_account_id UNUSED | 6.71 MB |
| lead_utm_history_account_id_fkey_idx UNUSED | 6.71 MB |
| lead_utm_history_modified_by_user_id_fkey_idx UNUSED | 6.69 MB |
| lead_utm_history_created_by_user_id_fkey_idx UNUSED | 6.68 MB |
| call_activity_communication_pkey | 5.8 MB |
| idx_lead_activity_history_id_account UNUSED | 5.75 MB |
| mcube_webhook_log_pkey | 5.66 MB |
| ukepl7gfskqll9vo3d2me21hwqh | 5.27 MB |
| idx_ga4_event_date UNUSED | 4.11 MB |
| lead_activity_history_pkey | 3.66 MB |
| idx_lead_agent_assignment_account_id | 3.23 MB |
| idx_lead_counsellor_assignment_account_id UNUSED | 3.2 MB |
| idx_mcube_webhook_log_created_at | 3.17 MB |
| idx_webhook_log_connector | 3.02 MB |
| idx_webhook_log_account_id UNUSED | 3.02 MB |
| opportunity_field_value | 3.01 MB |
| idx_webhook_log_status UNUSED | 2.87 MB |
| idx_webhook_log_type UNUSED | 2.68 MB |
| idx_call_activity_communication_account_id | 2.46 MB |
| idx_follow_up_account_id | 2.21 MB |
| idx_ga4_client_id UNUSED | 2.1 MB |
| lead_program_program_id_fkey_idx | 2.09 MB |
| idx_ga4_lead_id | 2.05 MB |
| lead_program_created_by_user_id_fkey_idx UNUSED | 1.97 MB |
| lead_program_modified_by_user_id_fkey_idx UNUSED | 1.97 MB |
| idx_lead_program_account_id UNUSED | 1.95 MB |
| lead_program_account_id_fkey_idx UNUSED | 1.95 MB |
| idx_user_session_analytics_account_id | 1.59 MB |
| idx_ga4_source_medium UNUSED | 1.57 MB |
| score_timeline | 1.55 MB |
| opportunity_status_history | 1.48 MB |
| call_record_processing_table | 1.3 MB |
| opportunity_connector_sync_record | 1.28 MB |
| opportunity | 1.27 MB |
| idx_opportunity_field_value_id_account | 1.26 MB |
| llm_action_jobs_pkey | 1.09 MB |
| idx_mcube_webhook_log_account_id UNUSED | 1.09 MB |
| idx_mcube_webhook_log_type UNUSED | 1.05 MB |
| digital_ad_spend_log_v2 | 1.04 MB |
| idx_lead_activity_history_lead_id UNUSED | 952 KB |
| batch_step_execution_context | 904 KB |
| idx_lead_activity_history_account_id UNUSED | 848 KB |
| opportunity_field_value_pkey | 824 KB |
| batch_job_execution_params | 816 KB |
| chatbot_activity_communication | 816 KB |
| cron_job_log | 808 KB |
| idx_opportunity_status_history_id_account UNUSED | 776 KB |
| mcube_call_record | 696 KB |
| batch_step_execution | 648 KB |
| idx_llm_action_job_lead_id | 584 KB |
| chatbot_user | 528 KB |
| opportunity_field_value_opportunity_id_fkey_idx | 520 KB |
| uktfbsj2ew5e006nmivwdlwkf32 | 512 KB |
| opportunity_status_history_pkey | 504 KB |
| idx_opportunity_account_date_status UNUSED | 480 KB |
| digital_campaigns_v2 | 456 KB |
| idx_opportunity_id_account | 440 KB |
| idx_opportunity_lead_status | 440 KB |
| smart_link | 416 KB |
| idx_opportunity_lead_program UNUSED | 392 KB |
| batch_job_execution | 384 KB |
| idx_opportunity_status_history_opportunity UNUSED | 376 KB |
| opportunity_status_history_opportunity_id_fkey_idx | 376 KB |
| opportunity_program | 368 KB |
| digital_ad_spend_log_v2_pkey | 360 KB |
| batch_job_execution_context | 352 KB |
| ad_account_v2 | 296 KB |
| idx_opportunity_platform_identifier | 296 KB |
| opportunity_pkey | 288 KB |
| smart_link_click | 288 KB |
| idx_call_record_processing_table_id_account | 280 KB |
| idx_opportunity_lead UNUSED | 280 KB |
| idx_opportunity_lead_id UNUSED | 280 KB |
| opportunity_connector_sync_record_opportunity_id_fkey_idx | 280 KB |
| opportunity_connector_sync_record_pkey | 280 KB |
| opportunity_lead_id_fkey_idx | 280 KB |
| score_timeline_pkey | 280 KB |
| uka0qnhgunn2vhsl10hxqhy33sm | 280 KB |
| upload_job_log | 232 KB |
| opportunity_field_value_opportunity_template_field_id_fkey_idx UNUSED | 208 KB |
| campaign | 200 KB |
| campaign_rule | 192 KB |
| call_record_processing_table_pkey | 184 KB |
| uknalogyya04q7ep30h2grv9gd7 | 184 KB |
| connector_config | 176 KB |
| idx_llm_action_job_temp_lead_id | 176 KB |
| lead_client_ids | 176 KB |
| whatsapp_activity_communication | 176 KB |
| idx_opportunity_program_id_account | 168 KB |
| idx_opportunity_registration_date | 168 KB |
| lead_client_ids_pkey | 168 KB |
| opportunity_field_value_created_by_user_id_fkey_idx UNUSED | 168 KB |
| opportunity_field_value_modified_by_user_id_fkey_idx UNUSED | 168 KB |
| dispute_doc | 160 KB |
| idx_lead_client_id_lead | 160 KB |
| idx_opportunity_field_value_account_id UNUSED | 160 KB |
| opportunity_field_value_account_id_fkey_idx UNUSED | 160 KB |
| idx_chatbot_activity_communication_id_account | 152 KB |
| idx_digital_campaigns_v2_id_account | 152 KB |
| outreach_event_document | 144 KB |
| role_permissions | 136 KB |
| idx_ad_account_v2_id_account | 128 KB |
| campaign_ad_mapping | 120 KB |
| idx_smart_link_id_account | 120 KB |
| user_roles | 120 KB |
| channel | 112 KB |
| mcube_call_record_pkey | 112 KB |
| opportunity_program_opportunity_id_fkey_idx | 112 KB |
| opportunity_program_pkey | 112 KB |
| batch_job_instance | 104 KB |
| job_inst_un | 104 KB |
| chatbot_activity_communication_pkey | 96 KB |
| idx_opportunity_account_program_status UNUSED | 96 KB |
| idx_opportunity_status_history_status UNUSED | 96 KB |
| opportunity_status_history_created_by_user_id_fkey_idx UNUSED | 96 KB |
| opportunity_status_history_modified_by_user_id_fkey_idx UNUSED | 96 KB |
| opportunity_status_history_opportunity_status_id_fkey_idx | 96 KB |
| uk14lf7ux27m61b8nxe3omeecok | 96 KB |
| ad_account_v2_pkey | 88 KB |
| batch_job_execution_params_job_execution_id_fkey_idx UNUSED | 88 KB |
| chatbot_user_pkey | 88 KB |
| cron_job_log_pkey | 88 KB |
| digital_campaigns_v2_pkey | 88 KB |
| idx_campaign_rule_id_account | 88 KB |
| idx_chatbot_user_id_account | 88 KB |
| idx_opportunity_status_history_account_id UNUSED | 88 KB |
| idx_opportunity_status_id UNUSED | 88 KB |
| idx_opportunity_template_id UNUSED | 88 KB |
| opportunity_connector_sync_record_connector_id_fkey_idx | 88 KB |
| opportunity_opportunity_status_id_fkey_idx UNUSED | 88 KB |
| opportunity_opportunity_template_id_fkey_idx UNUSED | 88 KB |
| opportunity_status_history_account_id_fkey_idx UNUSED | 88 KB |
| program_faq | 88 KB |
| smart_link_pkey | 88 KB |
| smart_link_short_code_key | 88 KB |
| idx_opportunity_account_id UNUSED | 80 KB |
| opportunity_account_id_fkey_idx UNUSED | 80 KB |
| opportunity_created_by_user_id_fkey_idx UNUSED | 80 KB |
| opportunity_modified_by_user_id_fkey_idx UNUSED | 80 KB |
| outreach_event | 80 KB |
| faq | 72 KB |
| idx_opportunity_program UNUSED | 72 KB |
| idx_opportunity_program_id UNUSED | 72 KB |
| opportunity_connector_sync_record_created_by_user_id_fkey_idx UNUSED | 72 KB |
| opportunity_connector_sync_record_modified_by_user_id_fkey_idx UNUSED | 72 KB |
| opportunity_program_id_fkey_idx | 72 KB |
| agent | 64 KB |
| campaign_rule_pkey | 64 KB |
| counsellor | 64 KB |
| expense | 64 KB |
| batch_step_execution_context_pkey | 56 KB |
| batch_step_execution_context_step_execution_id_fkey_idx | 56 KB |
| batch_step_execution_pkey | 56 KB |
| campaign_rule_campaign_id_fkey_idx | 56 KB |
| dispute | 56 KB |
| faq_asset | 56 KB |
| idx_campaign_account_date_channel | 56 KB |
| idx_campaign_id_account | 56 KB |
| idx_chatbot_user_lead | 56 KB |
| idx_smart_link_click_id_account | 56 KB |
| idx_upload_job_log_id_account | 56 KB |
| idx_user_roles_id_account | 56 KB |
| lead_dashlet_ids | 56 KB |
| program_faq_asset | 56 KB |
| role_permissions_pkey | 56 KB |
| smart_link_campaign_rule_id_fkey_idx | 56 KB |
| agent_contractual_documents | 48 KB |
| batch_step_execution_job_execution_id_fkey_idx | 48 KB |
| campaign_pkey | 48 KB |
| connector | 48 KB |
| dashlet_default_config_settings | 48 KB |
| entity_registry | 48 KB |
| idx_call_record_processing_table_account_id | 48 KB |
| idx_campaign_name | 48 KB |
| idx_chatbot_user_last_activity | 48 KB |
| lead_status | 48 KB |
| lead_template_field | 48 KB |
| llm_config | 48 KB |
| program | 48 KB |
| users | 48 KB |
| xref_agent_institute | 48 KB |
| xref_outreach_event_campaign | 48 KB |
| batch_job_execution_context_job_execution_id_fkey_idx | 40 KB |
| batch_job_execution_context_pkey | 40 KB |
| batch_job_execution_job_instance_id_fkey_idx | 40 KB |
| batch_job_execution_pkey | 40 KB |
| batch_job_instance_pkey | 40 KB |
| connector_config_pkey | 40 KB |
| idx_agent_institute UNUSED | 40 KB |
| idx_channel_id_account | 40 KB |
| idx_chatbot_activity_communication_account_id UNUSED | 40 KB |
| idx_chatbot_user_connector UNUSED | 40 KB |
| idx_digital_campaigns_v2_account_id UNUSED | 40 KB |
| idx_outreach_event_campaign | 40 KB |
| idx_smart_link_account_id UNUSED | 40 KB |
| idx_whatsapp_activity_communication_id_account | 40 KB |
| opportunity_program_program_id_fkey_idx | 40 KB |
| program_alias | 40 KB |
| smart_link_account_id_fkey_idx UNUSED | 40 KB |
| smart_link_click_pkey | 40 KB |
| upload_job_log_pkey | 40 KB |
| user_roles_pkey | 40 KB |
| whatsapp_activity_communication_pkey | 40 KB |
| xref_outreach_event_admission_season | 40 KB |
| xref_outreach_event_campaign_pkey | 40 KB |
| xref_outreach_event_institute | 40 KB |
| xref_outreach_event_user | 40 KB |
| campaign_channel_id_fkey_idx UNUSED | 32 KB |
| channel_pkey | 32 KB |
| idx_ad_account_v2_account_id UNUSED | 32 KB |
| idx_campaign_channel UNUSED | 32 KB |
| idx_campaign_channel_id | 32 KB |
| idx_chatbot_user_account_id UNUSED | 32 KB |
| idx_opportunity_program_account_id UNUSED | 32 KB |
| idx_outreach_event_id_account | 32 KB |
| idx_outreach_event_user UNUSED | 32 KB |
| opportunity_program_account_id_fkey_idx UNUSED | 32 KB |
| opportunity_program_created_by_user_id_fkey_idx UNUSED | 32 KB |
| opportunity_program_modified_by_user_id_fkey_idx UNUSED | 32 KB |
| smart_link_created_by_user_id_fkey_idx UNUSED | 32 KB |
| smart_link_landing_page_id_fkey_idx | 32 KB |
| smart_link_modified_by_user_id_fkey_idx UNUSED | 32 KB |
| xref_outreach_event_admission_season_pkey | 32 KB |
| xref_outreach_event_institute_pkey | 32 KB |
| xref_outreach_event_user_pkey | 32 KB |
| digital_ad_spend_log | 24 KB |
| account | 16 KB |
| account_created_by_user_id_fkey_idx UNUSED | 16 KB |
| account_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| account_pkey | 16 KB |
| admission_season | 16 KB |
| admission_season_account_id_fkey_idx UNUSED | 16 KB |
| admission_season_created_by_user_id_fkey_idx UNUSED | 16 KB |
| admission_season_institute_id_fkey_idx UNUSED | 16 KB |
| admission_season_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| admission_season_pkey | 16 KB |
| admissions_repository | 16 KB |
| admissions_repository_account_id_fkey_idx UNUSED | 16 KB |
| admissions_repository_created_by_user_id_fkey_idx UNUSED | 16 KB |
| admissions_repository_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| admissions_repository_pkey | 16 KB |
| agent_account_id_fkey_idx UNUSED | 16 KB |
| agent_contractual_documents_account_id_fkey_idx UNUSED | 16 KB |
| agent_contractual_documents_agent_id_fkey_idx | 16 KB |
| agent_contractual_documents_created_by_user_id_fkey_idx UNUSED | 16 KB |
| agent_contractual_documents_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| agent_contractual_documents_pkey | 16 KB |
| agent_created_by_user_id_fkey_idx UNUSED | 16 KB |
| agent_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| agent_pkey | 16 KB |
| campaign_account_id_fkey_idx UNUSED | 16 KB |
| campaign_ad_mapping_ad_account_id_fkey_idx | 16 KB |
| campaign_ad_mapping_campaign_id_fkey_idx | 16 KB |
| campaign_ad_mapping_created_by_user_id_fkey_idx UNUSED | 16 KB |
| campaign_ad_mapping_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| campaign_ad_mapping_pkey | 16 KB |
| campaign_admission_season_id_fkey_idx UNUSED | 16 KB |
| campaign_created_by_user_id_fkey_idx UNUSED | 16 KB |
| campaign_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| campaign_rule_account_id_fkey_idx UNUSED | 16 KB |
| campaign_rule_created_by_user_id_fkey_idx UNUSED | 16 KB |
| campaign_rule_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| campaigns_ad_mapping_v2_pkey | 16 KB |
| channel_account_id_fkey_idx UNUSED | 16 KB |
| channel_channel_id_fkey_idx | 16 KB |
| channel_created_by_user_id_fkey_idx UNUSED | 16 KB |
| channel_institute_id_fkey_idx | 16 KB |
| channel_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| connector_config_connector_id_fkey_idx | 16 KB |
| connector_created_by_user_id_fkey_idx UNUSED | 16 KB |
| connector_institute_id_fkey_idx UNUSED | 16 KB |
| connector_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| connector_pkey | 16 KB |
| counsellor_pkey | 16 KB |
| cron_control_pkey | 16 KB |
| cron_lead_deletion | 16 KB |
| cron_lead_deletion_pkey | 16 KB |
| dashlet_default_config_settings_account_id_fkey_idx UNUSED | 16 KB |
| dashlet_default_config_settings_created_by_user_id_fkey_idx UNUSED | 16 KB |
| dashlet_default_config_settings_institute_id_fkey_idx | 16 KB |
| dashlet_default_config_settings_institute_id_type_key | 16 KB |
| dashlet_default_config_settings_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| dashlet_default_config_settings_pkey | 16 KB |
| dashlet_user_view_pkey | 16 KB |
| dispute_doc_pkey | 16 KB |
| dispute_pkey | 16 KB |
| entity_registry_pkey | 16 KB |
| expense_account_id_fkey_idx UNUSED | 16 KB |
| expense_campaign_id_fkey_idx | 16 KB |
| expense_created_by_user_id_fkey_idx UNUSED | 16 KB |
| expense_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| expense_pkey | 16 KB |
| faq_asset_pkey | 16 KB |
| faq_pkey | 16 KB |
| field_mapping | 16 KB |
| field_mapping_connector_id_fkey_idx UNUSED | 16 KB |
| field_mapping_connector_id_key | 16 KB |
| field_mapping_pkey | 16 KB |
| flyway_schema_history | 16 KB |
| flyway_schema_history_pk | 16 KB |
| flyway_schema_history_s_idx UNUSED | 16 KB |
| idx_admission_season_account_id UNUSED | 16 KB |
| idx_admission_season_id_account | 16 KB |
| idx_admission_season_institute_id UNUSED | 16 KB |
| idx_admissions_repository_account_id UNUSED | 16 KB |
| idx_admissions_repository_id_account UNUSED | 16 KB |
| idx_agent_account_id | 16 KB |
| idx_agent_campaign | 16 KB |
| idx_agent_contractual_documents_account_id UNUSED | 16 KB |
| idx_agent_contractual_documents_id_account UNUSED | 16 KB |
| idx_agent_id_account | 16 KB |
| idx_campaign_account_id | 16 KB |
| idx_campaign_admission_season UNUSED | 16 KB |
| idx_campaign_admission_season_id | 16 KB |
| idx_campaign_end_date | 16 KB |
| idx_campaign_rule_account_id UNUSED | 16 KB |
| idx_campaign_start_date | 16 KB |
| idx_campaigns_ad_mapping_v2_account_id | 16 KB |
| idx_campaigns_ad_mapping_v2_id_account | 16 KB |
| idx_channel_account_id | 16 KB |
| idx_counsellor_account_id | 16 KB |
| idx_counsellor_id_account | 16 KB |
| idx_dashlet_default_config_settings_account_id | 16 KB |
| idx_dashlet_default_config_settings_id_account UNUSED | 16 KB |
| idx_dispute_account_id UNUSED | 16 KB |
| idx_dispute_doc_account_id UNUSED | 16 KB |
| idx_dispute_doc_id_account UNUSED | 16 KB |
| idx_dispute_id_account | 16 KB |
| idx_expense_account_id | 16 KB |
| idx_expense_campaign_date | 16 KB |
| idx_expense_id_account UNUSED | 16 KB |
| idx_faq_account_id | 16 KB |
| idx_faq_asset_account_id | 16 KB |
| idx_faq_asset_id_account | 16 KB |
| idx_faq_id_account | 16 KB |
| idx_institute_account_id UNUSED | 16 KB |
| idx_institute_id_account | 16 KB |
| idx_landing_page_account_id UNUSED | 16 KB |
| idx_landing_page_id_account | 16 KB |
| idx_landing_page_programs UNUSED | 16 KB |
| idx_lead_bucket_account_id UNUSED | 16 KB |
| idx_lead_bucket_id_account | 16 KB |
| idx_lead_exclusion_bucket_account_id UNUSED | 16 KB |
| idx_lead_exclusion_bucket_id_account UNUSED | 16 KB |
| idx_lead_status_account_id UNUSED | 16 KB |
| idx_lead_status_id_account | 16 KB |
| idx_lead_template_account_id UNUSED | 16 KB |
| idx_lead_template_field_account_id UNUSED | 16 KB |
| idx_lead_template_field_id_account | 16 KB |
| idx_lead_template_id_account | 16 KB |
| idx_opportunity_status_account_id UNUSED | 16 KB |
| idx_opportunity_status_id_account | 16 KB |
| idx_opportunity_status_institute UNUSED | 16 KB |
| idx_opportunity_status_parent UNUSED | 16 KB |
| idx_opportunity_status_sequence UNUSED | 16 KB |
| idx_opportunity_template_account_id UNUSED | 16 KB |
| idx_opportunity_template_field_account_id UNUSED | 16 KB |
| idx_opportunity_template_field_id_account UNUSED | 16 KB |
| idx_opportunity_template_id_account UNUSED | 16 KB |
| idx_outreach_calendar_account_id UNUSED | 16 KB |
| idx_outreach_calendar_id_account UNUSED | 16 KB |
| idx_outreach_event_account_id UNUSED | 16 KB |
| idx_outreach_event_document_account_id UNUSED | 16 KB |
| idx_outreach_event_document_id_account | 16 KB |
| idx_program_account_id UNUSED | 16 KB |
| idx_program_faq_account_id | 16 KB |
| idx_program_faq_asset_account_id | 16 KB |
| idx_program_faq_asset_id_account | 16 KB |
| idx_program_faq_id_account | 16 KB |
| idx_program_id_account | 16 KB |
| idx_smart_link_click_account_id UNUSED | 16 KB |
| idx_temp_lead_account_id UNUSED | 16 KB |
| idx_temp_lead_admission_season_id UNUSED | 16 KB |
| idx_temp_lead_ga4_client_id UNUSED | 16 KB |
| idx_temp_lead_id_account | 16 KB |
| idx_transcription_configuration_account_id UNUSED | 16 KB |
| idx_transcription_configuration_id_account UNUSED | 16 KB |
| idx_upload_job_log_account_id UNUSED | 16 KB |
| idx_user_roles_account_id UNUSED | 16 KB |
| idx_users_account_id UNUSED | 16 KB |
| idx_users_id_account | 16 KB |
| idx_whatsapp_activity_communication_account_id | 16 KB |
| institute | 16 KB |
| institute_account_id_fkey_idx UNUSED | 16 KB |
| institute_created_by_user_id_fkey_idx UNUSED | 16 KB |
| institute_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| institute_pkey | 16 KB |
| landing_page | 16 KB |
| landing_page_account_id_fkey_idx UNUSED | 16 KB |
| landing_page_created_by_user_id_fkey_idx UNUSED | 16 KB |
| landing_page_institute_id_fkey_idx UNUSED | 16 KB |
| landing_page_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| landing_page_pkey | 16 KB |
| lead_bucket | 16 KB |
| lead_bucket_leads_pkey | 16 KB |
| lead_bucket_pkey | 16 KB |
| lead_exclusion_bucket | 16 KB |
| lead_exclusion_bucket_pkey | 16 KB |
| lead_status_account_id_fkey_idx | 16 KB |
| lead_status_created_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_status_institute_id_fkey_idx UNUSED | 16 KB |
| lead_status_lead_status_id_fkey_idx | 16 KB |
| lead_status_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_status_pkey | 16 KB |
| lead_template | 16 KB |
| lead_template_account_id_fkey_idx UNUSED | 16 KB |
| lead_template_created_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_template_field_account_id_fkey_idx | 16 KB |
| lead_template_field_created_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_template_field_lead_template_id_fkey_idx | 16 KB |
| lead_template_field_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_template_field_pkey | 16 KB |
| lead_template_institute_id_fkey_idx UNUSED | 16 KB |
| lead_template_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| lead_template_pkey | 16 KB |
| opportunity_status | 16 KB |
| opportunity_status_account_id_fkey_idx UNUSED | 16 KB |
| opportunity_status_created_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_status_institute_id_fkey_idx UNUSED | 16 KB |
| opportunity_status_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_status_parent_status_id_fkey_idx UNUSED | 16 KB |
| opportunity_status_pkey | 16 KB |
| opportunity_template | 16 KB |
| opportunity_template_account_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_created_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_field | 16 KB |
| opportunity_template_field_account_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_field_created_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_field_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_field_opportunity_template_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_field_pkey | 16 KB |
| opportunity_template_institute_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| opportunity_template_pkey | 16 KB |
| outreach_calendar | 16 KB |
| outreach_calendar_account_id_fkey_idx UNUSED | 16 KB |
| outreach_calendar_created_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_calendar_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_calendar_pkey | 16 KB |
| outreach_event_account_id_fkey_idx UNUSED | 16 KB |
| outreach_event_created_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_event_document_account_id_fkey_idx UNUSED | 16 KB |
| outreach_event_document_created_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_event_document_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_event_document_outreach_event_id_fkey_idx | 16 KB |
| outreach_event_document_pkey | 16 KB |
| outreach_event_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| outreach_event_outreach_calendar_id_fkey_idx | 16 KB |
| outreach_event_pkey | 16 KB |
| pk_transcription_configuration | 16 KB |
| program_account_id_fkey_idx | 16 KB |
| program_created_by_user_id_fkey_idx UNUSED | 16 KB |
| program_faq_asset_pkey | 16 KB |
| program_faq_pkey | 16 KB |
| program_institute_id_fkey_idx | 16 KB |
| program_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| program_pkey | 16 KB |
| program_program_id_fkey_idx | 16 KB |
| smart_link_click_account_id_fkey_idx UNUSED | 16 KB |
| smart_link_click_created_by_user_id_fkey_idx UNUSED | 16 KB |
| smart_link_click_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| smart_link_click_smart_link_id_fkey_idx | 16 KB |
| temp_lead | 16 KB |
| temp_lead_pkey | 16 KB |
| uk_lead_template_admission_season_id | 16 KB |
| uk_opportunity_template_admission_season_id | 16 KB |
| ukdud150lp1je1p6po5nk8e4g4v | 16 KB |
| ukgqft8ksfggtnvjumlbnji4am8 | 16 KB |
| uklao5davnb69vojfxv09rpwrc5 | 16 KB |
| uklsn9ixt2j0gld2d1ylkytj7ji | 16 KB |
| ukmj60ek4fi6lfgrao23ommvgj9 | 16 KB |
| ukmqtgade4jnalkdgdsanev3bin | 16 KB |
| ukol0tvo45qamteeia92vc2wkaw | 16 KB |
| upload_job_log_account_id_fkey_idx UNUSED | 16 KB |
| upload_job_log_campaign_id_fkey_idx | 16 KB |
| upload_job_log_created_by_user_id_fkey_idx | 16 KB |
| upload_job_log_institute_id_fkey_idx | 16 KB |
| upload_job_log_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| uq_transcription_configuration_institute | 16 KB |
| user_roles_account_id_fkey_idx | 16 KB |
| user_roles_created_by_user_id_fkey_idx UNUSED | 16 KB |
| user_roles_institute_id_fkey_idx UNUSED | 16 KB |
| user_roles_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| user_roles_user_id_fkey_idx | 16 KB |
| users_account_id_fkey_idx | 16 KB |
| users_agent_id_fkey_idx | 16 KB |
| users_agent_id_key | 16 KB |
| users_created_by_user_id_fkey_idx UNUSED | 16 KB |
| users_email_key | 16 KB |
| users_modified_by_user_id_fkey_idx UNUSED | 16 KB |
| users_pkey | 16 KB |
| xref_admissions_repository_institute_admissions_repository_id_f UNUSED | 16 KB |
| xref_admissions_repository_institute_institute_id_fkey_idx | 16 KB |
| xref_agent_campaign_agent_id_fkey_idx | 16 KB |
| xref_agent_campaign_campaign_id_fkey_idx | 16 KB |
| xref_agent_institute_agent_id_fkey_idx | 16 KB |
| xref_agent_institute_institute_id_fkey_idx | 16 KB |
| xref_landing_page_programs_landing_page_id_fkey_idx UNUSED | 16 KB |
| xref_landing_page_programs_program_id_fkey_idx | 16 KB |
| xref_outreach_calendar_institute_institute_id_fkey_idx UNUSED | 16 KB |
| xref_outreach_calendar_institute_outreach_calendar_id_fkey_idx UNUSED | 16 KB |
| xref_outreach_event_campaign_campaign_id_fkey_idx | 16 KB |
| xref_outreach_event_campaign_outreach_event_id_fkey_idx | 16 KB |
| xref_outreach_event_institute_institute_id_fkey_idx UNUSED | 16 KB |
| xref_outreach_event_institute_outreach_event_id_fkey_idx | 16 KB |
| xref_outreach_event_user_outreach_event_id_fkey_idx | 16 KB |
| xref_outreach_event_user_user_id_fkey_idx | 16 KB |
| campaigns_ad_mapping_v2 | 8 KB |
| communication_log | 8 KB |
| communication_log_pkey | 8 KB |
| cron_control | 8 KB |
| dashlet_user_view | 8 KB |
| dispute_history | 8 KB |
| dispute_history_pkey | 8 KB |
| email_communication | 8 KB |
| email_communication_pkey | 8 KB |
| idx_agent_repository | 8 KB |
| idx_campaign_landing_page UNUSED | 8 KB |
| idx_communication_log_account_id UNUSED | 8 KB |
| idx_communication_log_id_account UNUSED | 8 KB |
| idx_dispute_history_account_id UNUSED | 8 KB |
| idx_dispute_history_id_account UNUSED | 8 KB |
| idx_ksp_account_id | 8 KB |
| idx_ksp_id_account UNUSED | 8 KB |
| institute_alias | 8 KB |
| ksp | 8 KB |
| lead_bucket_leads | 8 KB |
| lead_delete_refs | 8 KB |
| lead_exclusion_bucket_leads_pkey | 8 KB |
| metrics_entity_pkey | 8 KB |
| pk_ksp | 8 KB |
| sms_communication | 8 KB |
| sms_communication_pkey | 8 KB |
| transcription_configuration | 8 KB |
| whatsapp_communication | 8 KB |
| whatsapp_communication_pkey | 8 KB |
| xref_admissions_repository_institute | 8 KB |
| xref_agent_campaign | 8 KB |
| xref_agent_repository_agent_id_fkey_idx | 8 KB |
| xref_agent_repository_repository_id_fkey_idx UNUSED | 8 KB |
| xref_campaign_landing_page_campaign_id_fkey_idx | 8 KB |
| xref_campaign_landing_page_landing_page_id_fkey_idx | 8 KB |
| xref_campaign_landing_page_pkey | 8 KB |
| xref_landing_page_programs | 8 KB |
| xref_outreach_calendar_institute | 8 KB |
| email_communication_to_emails | 0 Bytes |
| lead_exclusion_bucket_leads | 0 Bytes |
| metrics_entity | 0 Bytes |
| xref_agent_repository | 0 Bytes |
| xref_campaign_landing_page | 0 Bytes |