Top "Bulk" questions

The meaning of bulk is the major portion or greater part of any size, mass, or volume.

Bulk delete (truncate vs delete)

We have a table with a 150+ million records. We need to clear/delete all rows. Delete operation would take forever …

sql sql-server performance truncate bulk
Portable JPA Batch / Bulk Insert

I just jumped on a feature written by someone else that seems slightly inefficient, but my knowledge of JPA isn't …

jpa insert bulk
Mongodb execute multiple queries in one round trip

Is there anything like elasticsearch Multi Search API ? the link is : https://www.elastic.co/guide/en/elasticsearch/reference/current/…

mongodb mongodb-query bulk
How do I bulk upload to s3?

I recently refactored some of my code to stuff rows into a db using 'load data' and it works great …

upload amazon-s3 performance bulk
Using SendGrid SMTP Integration for bulk email

Is there a way to use SendGrid's SMTP Integration API for sending bulk mail? Here's what I have in mind: …

email smtp bulk sendgrid
Bulk insert in SQL Server

I have created SSIS package that imports data to my table from csv, I am trying to reproduce SSIS via …

sql sql-server csv bulk
How to perform bulk actions with Active Admin

In Active Admin, is it possible to add a checkbox to each item in an index page (this isn't hard), …

ruby-on-rails activeadmin bulk
How can I delete expired data from a huge table without having the log file grow out of control?

I have a huge table (3 billion rows), which unfortunately contains mostly expired data. I want to simply delete all of …

sql sql-server-2005 sql-delete bulk transaction-log