Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
66 views

improving performance of mysql load data infile

I'm trying to bulk load around 12m records into a InnoDB table in a (local) mysql using LOAD DATA INFILE (from CSV) and finding it's taking a very long time to complete. The primary key type is UUID ...
5
votes
2answers
5k views

Bulk load data into sqlite?

Does anybody have any tips on utilities that can be used to bulk load data that is stored in delimited text files into an SQLite database? Ideally something that can be called as a stand-alone ...
4
votes
1answer
522 views

App Engine Bulk Loader Performance

I am using the App Engine Bulk loader (Python Runtime) to bulk upload entities to the data store. The data that i am uploading is stored in a proprietary format, so i have implemented by own connector ...
3
votes
1answer
98 views

Use MySQL's LOAD DATA INFILE with node.js?

Are there any node.js MySQL drivers that support LOAD DATA INFILE (http://dev.mysql.com/doc/refman/5.0/en/load-data.html)? I have some utilities that rely heavily on bulk insertion, and can't find any ...
3
votes
2answers
2k views

What mysql settings affect the speed of LOAD DATA INFILE?

Let me set up the situation. We are trying to insert a modestly high number of rows (roughly 10-20M a day) into a MyISAM table that is modestly wide: ...
2
votes
2answers
190 views

SQLXMLBulkLoad via VBScript

I'm running the following code: Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad") objBL.ConnectionString = "provider=SQLOLEDB.1;data ...
2
votes
3answers
273 views

Problem during SQL Bulk Load

we've got a real confusing problem. We're trying to test an SQL Bulk Load using a little app we've written that passes in the datafile XML, the schema, and the SQL database connection string. It's a ...
1
vote
1answer
52 views

Bulk upload Master-Detail objects input data format in salesforce

I have 2 custom objects Person and Address. Person is master and Address is the detail. I have defined Address in Person as master detail relationship. How do i define data in csv for bulk upload ...
1
vote
2answers
65 views

Saleforce Bulk upload Error using Apex Data loader: Storage limited exceeded

When i try to bulk upload 25,000 records of a custom (employee) object i get errors stating "storage limits exceeded". I have ensured that there are no employee objects in salesforce (using data ...
1
vote
1answer
63 views

SQL Server 2008 BULK INSERT causes more reads than writes. Why?

I've huge a table (a few billion rows) with a clustered index and two non-clustered indices. A BULK INSERT operation produces 112000 reads and only 383 writes (duration 19948ms). It's very confusing ...
1
vote
2answers
223 views

C# - is there a way to stream a csv file into database?

I saw lots of articles talking about using SqlBulkCopy to copy content from csv into database, but they all need to load the data into a data table or data set. this is no good for me, since i deal ...
1
vote
4answers
301 views

What does “bulk load” mean?

Jumping from article to article I can see everywhere the expression bulk loading. What does is really (technically) mean? What does it implies ? Explication through use-case are welcome.
1
vote
2answers
329 views

Bulk loading into PostgreSQL from a remote client

I need to bulk load a large file into PostgreSQL. I would normally use the COPY command, but this file needs to be loaded from a remote client machine. With MSSQL, I can install the local tools and ...
1
vote
1answer
162 views

Bulkloading schema less entities on Google App Engine

The new bulkloader added into SDK 1.3.4 works great for models that have a schema. For models inheriting db.Expando (or loosely defined schemas) i would like to understand what i would have to do to ...
1
vote
2answers
400 views

DB load CSV into multiple tables

UPDATE: added an example to clarify the format of the data. Considering a CSV with each line formatted like this: tbl1.col1,tbl1.col2,tbl1.col3,tbl1.col4,tbl1.col5,[tbl2.col1:tbl2.col2]+ where ...
0
votes
1answer
18 views

Should I use SqlBulkCopy or Stored Procedure to import data

I've got a log file which is 248 MB and it can extend up to a GB. So you can imagine how many rows there can be.I need to import all the rows into a table in an SQL Server database. For that I first ...
0
votes
0answers
46 views

activerecord-import and bulk insert with multiple instances

This one is difficult to explain with my lack of understanding in how mysql might lock its tables. I am running Rails 3.0.7 with activerecord-import 0.2.8 and mysql 5.5.17 to perform mass inserts ...
0
votes
1answer
47 views

Salesforce Bulk api InvalidBatch : Field name not found

I am using the bulk upload code described at http://www.salesforce.com/us/developer/docs/api_asynch/. The only difference is that i am uploading a custom object type. I can access Employee_c. But ...
0
votes
1answer
34 views

Bulk upload custom objects in salesforce

I am using the bulk upload code described at http://www.salesforce.com/us/developer/docs/api_asynch/. The only difference is that i am uploading a custom object type. The object has been defined in ...
0
votes
0answers
78 views

HBase Region Server becomes null during bulkloading

While trying to put data to an Hbase table, after mapping and reducing ~50000 th line, the bulk loading crashes. It gives 11/11/29 09:57:50 INFO mapred.JobClient: map 100% reduce 0% 11/11/29 ...
0
votes
0answers
45 views

bulk loading data into a b+tree

I have built a b+tree index of my own, with all the operations for insert/delete/search over the index. To accelerate the insertion of a huge dataset, I would like to implement bulk-loading as well to ...
0
votes
0answers
35 views

Batch Entity fetch using Java gdata api

I am currently using the Java gdata api to fetch Contact and Calendar feed entries. I am persisting the result of getId() (of each entry) in a database. I need to periodically fetch the latest version ...
0
votes
2answers
99 views

Bulk Fetching from a table in hibernate

i have a table and from that i am fetching records somewhere between 250,000 records and this is taking some 25 mins, is there a way to decrease the fetch time. i am using some code like below :- ...
0
votes
1answer
182 views

HIbernate - bulk loading child objects

How can I get NHibernate to hook up child objects automatically or bulk load children rather than lazy loading for each parent? I have a large number of parent objects all of the same type. Each of ...
0
votes
1answer
321 views

Example of XSD for a simple table to load into SQL Server using XML Bulk Load

I am trying to get a relatively simple xml file to load into SQL Server 2008 as a table using bulk load. My primary issue is crafting a XSD that works with bulk load. Here is my current XSD. The ...
0
votes
1answer
439 views

Import a list of users from flat file to AD group

I have two questions really, both surrounding the same topic. I need to be able to create a flat file and use this file to import the users listed in the file to a specific group in Active Directory. ...
0
votes
1answer
289 views

HBase bulk load spawn high number of reducer tasks - any workaround

HBase bulk load (using configureIncrementalLoad helper method) configures the job to create as many reducer task as the regions in the hbase table. So if there are few hundred regions then the job ...
0
votes
1answer
273 views

SQL Server 2005 - Bulk Insert Problems

I am getting the following error message from a bulk load in sql server 2005, and was after ideas I can try to solve this problem. Bulk load data conversion error (type mismatch or invalid character ...
0
votes
1answer
134 views

Most efficient way of bulk loading unnormalized dataset into PostgreSQL?

I have loaded a huge CSV dataset -- Eclipse's Filtered Usage Data using PostgreSQL's COPY, and it's taking a huge amount of space because it's not normalized: three of the TEXT columns is much more ...
0
votes
1answer
436 views

AppEngine Bulk Upload List Property

I have a model with a list property. I have a csv that has each list data that looks like this. [u'1234567'] The list has only one item each. My bulkloader.yaml has configured import_transform: ...
0
votes
3answers
1k views

MySQL to AppEngine

How are you? I'm from Brazil and study at FATEC (college located in Brazil). I'm trying to learn about AppEngine. Now, I'm trying to load a large database from MySQL to AppEngine to perform some ...
0
votes
1answer
91 views

How to set parent for datastrore entity during bulkloading data by appcfg.py on Google App Engine?

I'm trying to bulkload data using appcfg.py as described here. I got it working except setting parent entity, I can't seem to find info on how to set a parent entity for entity being created by the ...
0
votes
1answer
253 views

Date fields and Django's loaddata

Can a date be loaded into a DateField using Django's loaddata admin feature? I have a JSON file that I'm using to bulk load data into my app. When you dumpdata, date fields are outputted in the ...
0
votes
2answers
806 views

AS3 Loading Workflow: XML First, then Multiple Assets

I am working on my first big Actionscript 3 website and trying to decide on the best loading sequence. I am currently using BulkLoader, since filesize wasn't much of an issue for a larger website, but ...
0
votes
2answers
251 views

Need help in designing a phone book application on python running on google app engine

Hi I want some help in building a Phone book application on python and put it on google app engine. I am running a huge db of 2 million user lists and their contacts in phonebook. I want to upload all ...