[ / / / / / / / / / / / / / ] [ dir / ausneets / caos / leftpol / lewd / qpol / shota / sw / tijuana ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 106f84dff9c0a73⋯.png (19.88 KB, 339x270, 113:90, dbCouch.png) (h) (u)

File (hide): 6572e2853d7c61a⋯.png (50.27 KB, 995x270, 199:54, dbmong.png) (h) (u)

File (hide): 3fcadecbf9a77b2⋯.png (31.82 KB, 262x270, 131:135, dbPostgre.png) (h) (u)

[–]

 No.852508>>852520 >>852534 [Watch Thread][Show All Posts]

What's your favorite dbs /tech/? Mariadb? PostgreSQL? CouchDB? MongoDB? Do you prefer NOSQL or traditional RDBMS? What sort of texts on db design do you like (the manga guide one?).

 No.852510>>852868 >>853138

File (hide): 2243bd43175ff0e⋯.mp4 (2.23 MB, 204x360, 17:30, obergruppenfuhrer_Elmo.mp4) (h) (u) [play once] [loop]

DATA-MINING THREAD

DO NOT REPLY


 No.852520

>>852508 (OP)

SQLite, Postgres if it could scale a lot, for simple tasks just embedded key/value database library.


 No.852534

>>852508 (OP)

>MongoDB


 No.852685

Mongo and Couch tend to be pretty fucking useless.


 No.852687

.txt files


 No.852691>>852701

Depends on the use case. No DB fits all.


 No.852701

>>852691

Don't talk to me or my database ever again


 No.852731

sqlite is literally the best


 No.852825>>852849 >>852952

Need internets? (Y/N)

Y: Postgres

N: Sqlite


 No.852849

>>852825

this actually


 No.852868>>853138

>>852510

If one were, in fact, going to use this thread for data mining, which database would be best to store the mined data in?


 No.852927

I'm a big fan of SQLite, It's great for literally everything that isn't a website.


 No.852935

>What's your favorite dbs /tech/?

Mnesia


 No.852952>>852962

>>852825

Why would it matter if you need internet or not? No database should interface directly with the internet. They should be gated off by servers that sanitize and authenticate data before read/write occurs.


 No.852962>>853138

>>852952

It's for internet scale things, Postgres is much better at handling concurrent read and writes.

Sqlite can either read or write, not both.


 No.853132

Microsoft Pocket Access 97


 No.853138

>>852962

sqlite3 can handle concurrent reads and serialized writes. It works well if you have a website that just reads and a backend that just writes

>>852510

InfluxDB for time-series data, sqlite3 for most stuff, Percona MySQL in a Galera cluster for serious stuff.

>>852868

Oracle, obv. It's "Optimized for Evil"(TM)


 No.853244>>853296

I'v been writing my own graph database which uses GPGPU to do querying. Since graphs are a superset of relational databases, I'm planning using it to power most of my future projects.

I added predictive modeling features to it as well. There's an algorithm i'm working on which will dynamically create/prune edges between verticies and represent them as recurrent neural networks or baysian networks (depending on which is more applicable) and attempt to find the relationtion between the data based on known patterns and time-sequence data.

Preliminary testing has shown it can reduce the total amount of needed edges in the network and find previously unknown relationships between verticies. Although for mostly uncorrelated data it doesn't work at all.

Its as of yet unnamed and unpublished, but I plan to release open source it once it is stable, if anyone else is interested.


 No.853296

>>853244

>Although for mostly uncorrelated data it doesn't work at all

what does it mean?




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
19 replies | 2 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / ausneets / caos / leftpol / lewd / qpol / shota / sw / tijuana ][ watchlist ]