Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
252 views

Dealing with huge (potentially over 30000x30000) images in Python?

I'm trying to use a python script called deepzoom.py to convert large overhead renders (often over 1GP) to the Deep Zoom image format (ie, google maps-esque tile format), but unfortunately it's ...
6
votes
2answers
98 views

Explain the difference between near, far and huge pointers in c? [closed]

Possible Duplicate: difference between far pointer and near pointer in C I searched in GOOGLE for the difference between these three pointers. But I found out the difference between any of ...
6
votes
2answers
622 views

breadth-first-search on huge graph with little ram

I currently have a graph that has about 10 million nodes and 35 million edges. For now the complete graph is loaded into memory at program start. This takes a couple of minutes (it is Java after all) ...
4
votes
1answer
53 views

How to implement an HTTP transfer of huge binary files from the file generator to the server (Java)?

Simply put our system consists of a Server and an Agent. The Agent generates a huge binary file, which may be required to be transfered to the Server. Given: The system must cope with files up to ...
4
votes
3answers
532 views

Optimal algorithm for path-finding in a matrix that does not fit entirely into memory

I'm facing a hard problem: Imagine I have a map of an entire country, represented by a huge matrix of Cells. Each cell represents a 1 square meter of territory. Each Cell is represented as a double ...
3
votes
4answers
49 views

loading huge database into memory visual c

We have a somewhat unusual c app in that it is a database of about 120 gigabytes, all of which is loaded into memory for maximum performance. The machine it runs on has about a quarter terabyte of ...
3
votes
2answers
138 views

Building a huge numpy array using pytables

How can I create a huge numpy array using pytables. I tried this but gives me the "ValueError: array is too big." error: import numpy as np import tables as tb ndim = 60000 h5file = ...
3
votes
1answer
76 views

Only Mysql OR mysql+sqlite OR mysql+own solution

Currently I am building quite big web system and I need strong SQL database solution. I chose Mysql over Postgres because some of tasks needs to be read-only (MyISAM engine) and other are ...
3
votes
3answers
110 views

Huge text-file to mySql

Okay, so I have this utf-8 textfile containing 20 tab-seperated columns of various types (text, integer and date). The file has 2400000 rows (217Mb). What is the easist way to get this file ...
3
votes
4answers
626 views

Can I optimize my database by splitting one big table into many small ones?

Assume that I have one big table with three columns: "user_name", "user_property", "value_of_property". Lat's also assume that I have a lot of user (let say 100 000) and a lot of properties (let say ...
3
votes
9answers
569 views

Java XML Parser for huge files

I need a xml parser to parse a file that is approximately 1.8 gb. So the parser should not load all the file to memory. Any suggestions?
3
votes
3answers
864 views

what is meant by normalization in huge pointers

I have a lot of confusion on understanding the difference between a "far" pointer and "huge" pointer, searched for it all over in google for a solution, couldnot find one. Can any one explain me the ...
2
votes
2answers
82 views

Loading a huge Python Pickle dictionary

I generated by pickle.dump() a file with the size of about 5GB. It takes about half a day to load this file and about 50GM RAM. My question is whether is it possible to read this file by accessing ...
2
votes
2answers
73 views

Querying huge table in MySQL

I have a table which has around 1 million rows (size on physical disk is nearly 8 GB since it has a text column) which takes a lot of time for any transaction. In particular for "select" it takes ...
2
votes
2answers
65 views

How to read huge file and output it with php

I want to handle big files(1-2Gb) downloads with php script and found two ways to do that: with file_get_contents() with readfile() and use this implementation: header('Content-type: ' . ...
2
votes
4answers
219 views

Huge file support for Delphi 6? (replacement for System module?)

I am running into problems interacting with a huge fixed length record data file. The file is over 14 GB in size. I first noticed a problem when I saw the return value from the System.Filesize() ...
2
votes
2answers
179 views

sort a huge array

what is the best way to sort a huge array. say I have 1G RAM, array is 16G. What is the most efficient method to do this? I got enough disk for files.
2
votes
1answer
326 views

Javascript charting library for huge data

Does anyone know of a Javascript charting library that can handle huge datasets? By 'huge', I mean drawing a line graph with around 1,000 lines and 25,000 data points in total. (With an uneven ...
2
votes
1answer
528 views

Python: Huge file reading by using linecache Vs normal file access open()

I am in a situation where multiple threads reading the same huge file with mutliple file pointers to same file. The file will have atleast 1 million lines. Eachline's length varies from 500 characters ...
2
votes
2answers
371 views

Processing XML file with Huge data

be m I am working on an application which has below requiements - 1. Download a ZIP file from a server. 2. Uncompress the ZIP file, get the content (which is in XML format) from this file into a ...
2
votes
2answers
134 views

Challenges in remotely running big RIA application

I have a big rich-internet-application file (qooxdoo,js,html). The users use their browser to point to the web server and run it. The problem is that it takes a long time for the users to load the ...
2
votes
4answers
493 views

Database size is huge

I have the following problem. We have a database that stores binaries in the database. We know the size of the database can be big so we removed all the binaries from the database and used the task ...
1
vote
2answers
96 views

>4GB of memory for 32 bit application running on 64-bit Solaris (Very Large Memory)

Both MS Windows and Oracle Linux allows 32bit applications to use >4GB of Memory. Windows method is AWE: Address Windowing Extensions and Linux's method is Very Large Memory. How it works: 32-bit ...
1
vote
2answers
104 views

SQL Server 2008 and “with” and “unpivot” keywords

We work with some very large databases (300Gb - 1Tb). Tables can contain from 10M to 5B records. We do some not very complex data transformation involving some with and unpivot statements. The problem ...
1
vote
3answers
135 views

Bind Combobox with huge data in WPF

I am trying to bind combobox with custom object list. My object list have around 15K record and combobox takes long time to show the data after clicking on combobox. Below are the code: <ComboBox ...
1
vote
2answers
388 views

performance problem in saving/retrieving huge blob from oracle DB using Java

I am saving huge blob(500 MB) into oracle DB using JDBC. It takes a lot of time in insertion and later on retrieval. Please suggest, if any of you have encountered this problem.
1
vote
2answers
141 views

Java + Hadoop + NoSql ( what combinations to use )

I am new to this, and my requirement is as follows: I want to process huge dataset of text with movie ratings(in text format) and store them in some NoSQL database, then do some processing and ...
1
vote
2answers
224 views

Download server with ASP.NET how to accomplish long running synchronous requests?

My ASP.NET application is a download application (no pages) which reads huge binary files (1-2 GB -> over 1 hours download time with resume support) from local network and stream them to web clients ...
1
vote
1answer
584 views

Drawing large graph with graphviz

I have here generated a large .dot file of my facebook friends' graph with fb-map. It has 287 nodes and almost 2000 edges. I'm using dot and neato to generate a .png image, using the overlap="orthoyx" ...
1
vote
2answers
77 views

Improving speed when loading a list from a web service

This is a continuation on this question: The problem is simple. I need to call methods from a REST web service which controls several tables. One table is a snapshot table which contains records with ...
0
votes
2answers
29 views

Clustering a huge number of URLs

I have to find similar URLs like 'http://teethwhitening360.com/teeth-whitening-treatments/18/' 'http://teethwhitening360.com/laser-teeth-whitening/22/' ...
0
votes
2answers
50 views

problems with carrays in python

I have this code: import numpy as np import tables as tb ndim = 50000 h5in = tb.openFile('data.h5','r') data = h5in.root.x h5out = tb.openFile('testout.h5', mode='w', title="argsort distances") ...
0
votes
1answer
24 views

BackEnd and FrontEnd solution to power potentially billion of web pages?

consider this : http://www.webpagetest.org/ every tested website, gets a URL like www.webpagetest.org/example.com/ after example.com is tested again. www.webpagetest.org/example.com is updated with ...
0
votes
3answers
111 views

Speed up search query (large junction table)

I'm writing a multistore webshop application in PHP/MYSQL. The products table has about a million records, currently i'm having 5 stores with all products in it and about 3 stores with a few products. ...
0
votes
0answers
105 views

How to take input, in C, fast? [closed]

If i am given a file, from which to input data, what is the most efficient way to take input? For example, if i am required to input 10^10 numbers, i was taking the input line by line, where each ...
0
votes
0answers
48 views

gadmin-proftpd segmentation fault after huge file uploading

The story is such: I have file F1 on server S1 (CentOS) and proftpd on server S2 (Xubuntu 11.04). S2 has also gadmin-proftpd for easier administration. Via FTP this file F1 is being transmitted to S2. ...
0
votes
2answers
47 views

Reading group of lines in HUGE files

I have no idea how to do the following: I want to process a really huge textfile (almost 5 gigabytes). Since I cannot copy the file into temporarily memory, I thought of reading the first 500 lines ...
0
votes
1answer
39 views

Big javascript needs to be loaded and transformed in xml object

I have a js script which has only one variable, but that variable holds a 20 MB String. I need to load that script so i can transform that String Into an XML object, so i can emulate offline search on ...
0
votes
2answers
62 views

How to work with millions of files when xargs does not work

In some cluster I need to enter in some directory and list and select some files. The problem is that probably there are even millions of very small files. If I do ls -l It is very inefficient. But ...
0
votes
2answers
555 views

Jqgrid huge data load problems

I am doing some investigation on jqgrid, everything works fine, until i load the huge data which contains about 1M lines in database, jqgrid don't display now, when i downsize the lines of the ...
0
votes
2answers
575 views

ZK showing huge data with List box on internet explorer, cause javaScript error

I am trying to show about 300 header and 1000 row with zk listbox, but on Internet explorer it gives "Stop running this script?" error. If I click no it continues and opens my list box. On firefox ...
0
votes
2answers
279 views

MYSQl dump single table from huge file

How do I dump single table data from a huge dump file into the database.
0
votes
1answer
44 views

naive question about running time for very large counter number

I have a naive question about the maximal size for a counter. For example, the following code should couldn't be done in a reasonalbe time, because it needs at least 2^512 arithmetic operations, or ...
0
votes
2answers
105 views

large silverlight site (hundreds of pages)

When you surf a silverlight site, I believe it downloads the site to the client. Excluding practicality, lets say your going to develop a large full silverlight site with nearly a thousand pages of ...
0
votes
1answer
90 views

Concept for archiving huge database

I need a concept how I can archive all data in D-Pool which is older than one year. At the moment we have more than 3 million records in the D-Pool. Because of this huge data foundation searches and ...
0
votes
4answers
196 views

Problem running heavy application

I developed an "heavy" application (700 Mb !). With an "apk installer" application, i can install it on the Nexus One SD card (Froyo "installLocation" option). My application is heavy because of the ...
0
votes
3answers
499 views

Read a line containing (large) N reals to an array in Fortran

I've read() down past a header of an input file, and read the value of L on the way. Now I come to a line of L^2 consecutive reals, which I need to input to the elements of an allocatable array ...
0
votes
2answers
54 views

informix huge db creation

how to create huge database in informix ids 11.50
0
votes
2answers
227 views

How to create a huge Informix database?

Can anyone provide me with a script for creating a huge database (for example, 2 GB of data) in IBM Informix Dynamic Server (IDS) version 11.50.FC4 on a Linux RHEL 64-bit machine?
0
votes
1answer
529 views

How to read a database record with a DataReader and add it to a DataTable

I have some data in a Oracle database table(around 4 million records) which i want to transform and store in a MSSQL database using ADO.NET. So far i used (for much smaller tables) a DataAdapter to ...

1 2