Tagged Questions
For questions relating to problems arising for large data sets. Questions may tend to be related to infrastructure, algorithms, statistics, and data structures.
9
votes
1answer
238 views
It appears I've run out of 32-bit address space. What are my options?
I'm trying to take the covariance of a large matrix using numpy.cov. I get the following error:
Python(22498,0xa02e3720) malloc: *** mmap(size=1340379136) failed (error code=12)
*** error: can't ...
7
votes
5answers
148 views
How to produce massive amount of data?
I'm doing some testing with nutch and hadoop and I need a massive amount of data.
I want to start with 20GB, go to 100 GB, 500 GB and eventually reach 1-2 TB.
The problem is that I don't have this ...
7
votes
1answer
130 views
Wrapping R's plot function (or ggplot2) to prevent plotting of large data sets
Rather than ask how to plot big data sets, I want to wrap plot so that code that produces a lot of plots doesn't get hammered when it is plotting a large object. How can I wrap plot with a very ...
6
votes
2answers
127 views
Testing whether buffers have been flushed in R
I have some big, big files that I work with and I use several different I/O functions to access them. The most common one is the bigmemory package.
When writing to the files, I've learned the hard ...
5
votes
3answers
157 views
Big Data Process and Analysis in R
I know this is not a new concept by any stretch in R, and I have browsed the High Performance and Parallel Computing Task View. With that said, I am asking this question from a point of ignorance as ...
5
votes
7answers
159 views
High Level Java Optimization
There are many questions and answers and opinions about how to do low level Java optimization, with for, while, and do-while loops, and whether it's even necessary.
My question is more of a High ...
5
votes
1answer
239 views
Solr approaches to re-indexing large document corpus
We are looking for some recommendations around systematically re-indexing in Solr an ever growing corpus of documents (tens of millions now, hundreds of millions in than a year) without taking the ...
4
votes
2answers
337 views
How to take the average of big data in MongoDB vs CouchDB?
I'm looking at this chart...
http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid
...which says:
Query Method
CouchDB - Map/reduce of javascript functions to lazily build an ...
4
votes
1answer
156 views
Tips for creating a very large database of hashes
The question:
What solution or tips would you have to deal with a very large (multi terabytes) database indexed on strong hashes with high redundancy?
Some kind of inverted storage?
Is there ...
3
votes
2answers
69 views
Logging large volumes of actions in a production MVC/SQL application
We are happy users of the ASP.NET MVC framework and SQL Server, currently using LINQ-to-SQL. It serves our needs well with a consumer-facing application with about 1.4 million users and 2+ million ...
3
votes
3answers
116 views
Pythonic way to send contents of a file to a pipe and count # lines in a single step
given the > 4gb file myfile.gz, I need to zcat it into a pipe for consumption by Teradata's fastload. I also need to count the number of lines in the file. Ideally, I only want to make a single pass ...
3
votes
1answer
183 views
Big Data convert to “transactions” from arules package
The arules package in R uses the class 'transactions'. So in order to use the function apriori() I need to convert my existing data. I've got a Matrix with 2 columns and roughly 1.6mm rows and tried ...
3
votes
3answers
190 views
Data visualization tool for large datasets?
are there any open-source/free tools which we can use to draw the charts and graphs? I was trying HighCharts but seems like when it loads the data it loads forever
Thank you
More Info
- I am trying ...
3
votes
2answers
183 views
Inserting Millions of Rows from another table
Faster way to insert rows into a table from a select statement and insert into?
Insert into PartyMain
Select [PermID]
,[IsOptOut]
,[UpdatedOn]
,[FK_DataSource]
From PartyMain
...
3
votes
3answers
585 views
Generating a very large matrix of string combinations using combn() and bigmemory package
I have a vector x of 1,344 unique strings. I want to generate a matrix that gives me all possible groups of three values, regardless of order, and export that to a csv.
I'm running R on EC2 on a ...
2
votes
2answers
34 views
How do you import Big Data public data sets into AWS?
Loading any of Amazon's listed public data sets (http://aws.amazon.com/datasets) would take a lot of resources and bandwidth. What's the best way to import them into AWS so you start working with them ...
2
votes
2answers
59 views
How does the stackoverflow suggestion works?
What is the theory behind the algorithms, that for example, generate the suggestions on stackoverflow site for similar questions while you write one? Could you recommend some books on the subject?
2
votes
1answer
79 views
Best Data Store for huge data with large number of reads and writes
I need to store around 100 millions of records on the database. Around 60-70% of them will be deleted daily and same amount of records are inserted daily. I feel a document database like Hbase, Big ...
2
votes
2answers
69 views
NoSQL Recommendation for a specific need
I'm using a MySql table with the following simple structure :
ID_A : int 8
ID_B : int 8
Primary key : ID_A, ID_B
Index : ID_B
This MySQL table contain more than 500 million of rows, and the ...
2
votes
1answer
215 views
What format do sites like Facebook use to store data for personal profiles?
I'm pretty new to computer science and I recently started dealing with large sets of data stored in XML files. I've always wondered how Facebook and other networking sites store all the information ...
2
votes
1answer
160 views
Datastore for large astrophysics simulation data
I'm a grad student in astrophysics. I run big simulations using codes mostly developed by others over a decade or so. For examples of these codes, you can check out gadget ...
2
votes
1answer
267 views
What database should I use to store a vast number of potentially large nested hash structures?
I want to store a large number (hundreds of millions to hundreds of billions) of arbitrarily nested hash structures (typically 4-6 levels), with some attributes at the top level. I do not need to ...
1
vote
2answers
58 views
R: Is it possible to parallelize / speed-up the reading in of a 20 million plus row CSV into R?
Once the CSV is loaded via read.csv, it's fairly trivial to use multicore, segue etc to play around with the data in the CSV. Reading it in, however, is quite the time sink.
Realise it's better to ...
1
vote
0answers
74 views
Bigglm in R: Limitations and Improvements of source code (E.g. Call to Fortran)
I have recently been using R to run a Generalised Linear Model(GLM) on a 100 mb csv file ( 9 million rows by 5 columns). The contents of this file includes 5 columns called depvar, var1,var2,var3,var4 ...
1
vote
3answers
115 views
Returning LOTS of items from a MongoDB via Node.js
I'm returning A LOT (500k+) documents from a MongoDB collection in Node.js. It's not for display on a website, but rather for data some number crunching. If I grab ALL of those documents, the system ...
1
vote
1answer
260 views
HBase, Cassandra, MongoDb - here we go again? [closed]
We are about to make a decision about using any one of the above three databases. I want to base my decision on:
Quick writes
Fail safe
Quick Reporting (with other streaming frameworks like Apache ...
1
vote
1answer
81 views
C++ buffered file reading
I wonder if reading a large text file line by line (e.g., std::getline or fgets) can be buffered with predefined read buffer size, or one must use special bytewise functions?
I mean reading very ...
1
vote
3answers
84 views
SQL: Joins vs Denormalization (lots of data)
I know, variations of this question had been asked before. But my case may be a little different :-)
So, I am building a site that tracks events. Each event has id and value. It is also performed by ...
1
vote
4answers
111 views
sorting large text data
I have a large file (100 million lines of tab separated values - about 1.5GB in size). What is the fastest known way to sort this based on one of the fields?
I have tried hive. I would like to see if ...
1
vote
1answer
131 views
Plotting large numbers with R, but not all numbers are being shown
I am trying to render 739455 data point on a graph using R, but on the x-axis I can not view all those numbers, is there a way I can do that?
I am new to R.
Thank you
1
vote
2answers
45 views
What data store technology/solution allows very fast inserts, lookups and 'selects'
Here's my problem.
I want to ingest lots and lots of data .... right now millions and later billions of rows.
I have been using MySQL and I am playing around with PostgreSQL for now.
Inserting is ...
1
vote
2answers
195 views
Read file line-by-line in Amazon S3?
Is it possible to read a file line-by-line with Amazon S3? I'm looking to let people upload large files somewhere, then have some code (probably running on Amazon) read their file line-by-line and do ...
1
vote
2answers
71 views
What approximate amount of semistructured data is enough for setting up Hadoop cluster?
I know, Hadoop is not only alternative for semistructured data processing in general — I can do many things with plain tab-separated data and a bunch of unix tools (cut, grep, sed, ...) and ...
1
vote
1answer
2k views
WHat are limitations of Implementing MySQL NDB Cluster
I want to implement NDB cluster for MySQL6.
I want to do it for very huge data structure min 2 million databases
But I want to know is there any limitations of implementing NDB cluster.
eg-> RAM ...
1
vote
4answers
175 views
Database slow retriving/updating/inserting problem with more than 5mil records in each table
How to structure database to avoid slowdowns? (Engine: MyISAM)
Currently i have database with more than 5milion records in one table that causes slow data retrieving.
I'm currently searching for ways ...
1
vote
3answers
363 views
How the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like 'tail' in Unix)?
How the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like 'tail' in Unix)?
::#!
@echo off
call scala %0 %*
goto :eof
::!#
import ...
1
vote
2answers
73 views
Very large Jar files and FAT32
I am doing some analysis for a chunk of a desktop app we're working on.
One requirement is that it be able to do i/o of some legacy file formats, which in practice are running as large as 800Mb ...
0
votes
1answer
57 views
BigData Vs Neo4J
I´ve been looking for a triple store for my project. In this project i want to store my data according to certain ontologies (OWL).
From my research i ended up with two tecnologies Neo4J and BigData ...
0
votes
1answer
25 views
BigTable Design - Upper Limit of the size of a BigTable cell
I want to know if BigTable has an upper limit on the size of cell content. By a BigTable cell, I mean, the cell in the table's specific column family, specific row, and a specific time stamp. If yes, ...
0
votes
1answer
53 views
Platform for Storing TBs of Time Stamped Data
We have a system that creates a lot of data, up to 1.5 million time stamped records, about 24MB, per second or about 2TB per day.
The data comes from multiple sources and has multiple formats, the ...
0
votes
0answers
26 views
Returning video stream to stdout
I'm writing a commandline app that returns uncompressed video, which then can be feed through a pipe to mplayer or ffmpeg, for example. My question is: how does seeking works in this model? Does the ...
0
votes
1answer
311 views
Switch from Mysql to MongoDB 200 millions rows
We are trying to move from mysql to mongodb.
mysql structure is
id_src int
id_dest int
unique key : id_src,id_dest
They are about 200 millions rows in mysql
data exemple :
{id_src,id_dest} {1,2} ...
0
votes
4answers
108 views
Can bittorrent peers handle seeding large numbers of idle torrents
I'm considering using bittorrent for a large data dissemination problem where the data source is petascale and users will want up to several terabytes. Some details
Number of torrents potentially ...
0
votes
0answers
22 views
Document Storage for retrieval by unique key
I'm working on a publiction system needing to handle aproximatly 800MM documents. I'm using solr for search for the IDs associated with the document.
What KVP data storage systems can I use for ...
0
votes
1answer
78 views
Pyrocache vs Memcached
I have used PyroCMS for some projects, I love it so much. I am current developing another website based on it. In my website, I need to work on a big database, it is not really big but big enough to ...
0
votes
4answers
211 views
ML/Data Mining/Big Data : Popular language for programming and community support
I am not sure if this question is correct, but I am asking to resolve the doubts I have.
For Machine Learning/Data Mining, we need to learn about data, which means you need to learn Hadoop, which ...
0
votes
0answers
395 views
Combined Charts with FastScatterPlot and LineChart @ JFreeChart with Big Data (6.8 million entries ~80MB)
i like to display a FastScatterPlot combined with a LinePlot. Is it somehow possible to combine these charts into a combined plot? Unfortunatelly it doesn't seem so regarding Developers Guide?! At ...
0
votes
2answers
68 views
best technique for processing bug database ( parallel computing ? )
I've been given the task to extract all google analytics data for our website and analyse it and put in the database and then producing some reports on that data.
The problem is that I end up with ...
0
votes
1answer
22 views
What services let me query big data and let me provide a non-simple query code
I would like to create huge data sets (25 ints a row, 30 rows per second, multiply that by 60).
On the other hand, I want to query it for rows that match a certain condition (e.g. rows that not more ...
0
votes
1answer
303 views
Chunked UrlDataSource For Solr DataImportHandler
I'm looking into chunking my data source for optimial data import into solr and was wondering if it was possible to use a master url that chunked data into sections.
For example File 1 may have
...