Skip to main content
1 vote
0 answers
5 views

Dataverse bulk operation logging

In dataverse if one uses bulkoperations to delete larger amount of data from table, does one need to worry about logs piling up and taking space from the database? Forexample in Azure SQL if ...
jansse's user avatar
  • 45
0 votes
1 answer
19 views

bulk delete - quickbooks chart of accounts - entries

If I want to delete entries from chart of accounts, can I bulk delete them instead of manually have to delete each of them?
Adrian Berca's user avatar
1 vote
1 answer
242 views

How to use BulkDelete with auto generated key as a primary key (using Entity Framework Plus library) in c#

I am working on a project where I have an excel sheet with some data. I am converting it into list and mapping it into another list which is derived from table in a database using entity framework ...
Sapri s's user avatar
  • 69
0 votes
1 answer
423 views

Is there any notification event I can trace for completion of an execution of AWS S3 lifecycle rule?

I wanted to delete large number of S3 files (may be few 100K or 1000K, which I do not have control) in a bulk async process. I tried to look into multiple blogs and collated below strategies: ...
ayanb's user avatar
  • 1
0 votes
3 answers
1k views

How to delete 200,000 records with DJango? [duplicate]

Situation: I have Model have a relation 1-1, sample: class User(models.Model): user_namme = models.CharField(max_length=40) type = models.CharField(max_length=255) created_at = models....
Thành Lý's user avatar
0 votes
1 answer
290 views

Listing and Deleting Data from DynamoDB in parallel

I am using Lambdas and SQS queue to delete the data from DynamoDB. Earlier when I was developing this I found that the only way to delete data from DyanmoDB is to gather the data you want to delete ...
abhinav's user avatar
  • 697
0 votes
0 answers
553 views

Discord bot, deleting messages

I'm new to discord bots. I have a script that gives members a role if the join a VC, that way they can see a Text channel. I want the channel to be cleared out. This is what I have so far: module....
Sander's user avatar
  • 1
0 votes
2 answers
1k views

Sequelize queryInterface bulkDelete does not reset id sequence

I use pg_dump to make a copy of the database, copy1.sql. I run an up migration to create a new instance up: asyn (queryInterface) => { return await queryInterface.bulkInsert('keys', [{ clientKey: ...
C. Yee's user avatar
  • 197
4 votes
0 answers
1k views

Bulk Deleting Records in SQLAlchemy Using List of Dictionaries

Is there a way to pass something like a list of dictionaries and delete records in bulk using SQLAlchemy? It is possible to use bulk_insert_mappings for inserts and bulk_update_mappings for updates, ...
Minura Punchihewa's user avatar
0 votes
1 answer
844 views

Bulk Deleting discord.js not working because of wrong channel

import DiscordJS, { TextChannel, Intents, Message, Channel } from 'discord.js' import dotenv from 'dotenv' dotenv.config() //sets prefix to be used when running bot commands const prefix = '~'; //...
TheoChow's user avatar
0 votes
0 answers
1k views

Poor performance on bulk deleting a large collection mongodb

I have a single standalone mongo installation on a Linux machine. The database contains a collection with 181 million documents. This collection is by far the largest collection in the database (...
SJFJ's user avatar
  • 677
0 votes
1 answer
742 views

is there a bulkDelete equivalent of JDA?

In discord.js, there is a way to delete multiple messages in a channel (eventually making a clear command) But I can't find the equivalent to Java Discord API. What I've tried is message.getChannel()....
costin88boss tudor's user avatar
3 votes
2 answers
585 views

ResourceController - BulkDelete

Recently I watched "Cruddy by Design" - Laracon US 2017 and now I'm trying to get rid of any extra methods in my controllers (so I only have index, create, store, show, edit, update and ...
Professor's user avatar
  • 908
0 votes
2 answers
123 views

Did discord change the "bulkDelete" variable in java script?

module.exports = { name: 'clear', description: 'clear certain amount of messages', async execute(message, args){ if(!args[0]) return message.reply("please enter the amount of ...
Dale's user avatar
  • 3
0 votes
1 answer
379 views

How to use CosmosDB.BulkExecutor.Graph.GraphBulkExecutor.BulkDeleteAsync?

I am trying to use BulkDelete function (for Cosmos DB graph database) that takes a string query and deletes all results, in my .NET C# application. Documentation: https://learn.microsoft.com/en-us/...
Apoorva Agrawal's user avatar

15 30 50 per page