The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
|
Tutorial How to properly and parse DBs fast?
filter_list
|
|
|
Ten Years of Service
Posts: 4
Threads: 1
How to properly and parse DBs fast? 12-23-2015, 03:46 PM
#1
Hi guys, I was just wondering how I can parse dbs in a fast way.
Thanks.
•
Ten Years of Service
Posts: 732
Threads: 37
RE: How to properly and parse DBs fast? 12-23-2015, 05:48 PM
#2
Table/column indexing, using the correct table/column types, and just having a good CPU.
•
Ten Years of Service
Posts: 4
Threads: 1
RE: How to properly and parse DBs fast? 12-24-2015, 12:59 PM
#3
Yeah but I mean like, instead of having to import export everything on phpmyadmin just having a program that would be able to do it. Which would be nice for bigger dbs.
•
Ten Years of Service
Posts: 4
Threads: 1
RE: How to properly and parse DBs fast? 12-24-2015, 02:51 PM
#4
(12-24-2015, 02:21 PM)Retro Wrote: I'm unsure as to what you're trying to accomplish, if you want to grep users credentials use AstroGrep.
Making big clumsy dbs smaller by only having username:hash

alt:email:ip
instead of 0,`, `,etc
•
Ten Years of Service
Posts: 732
Threads: 37
RE: How to properly and parse DBs fast? 12-24-2015, 04:32 PM
#5
(12-24-2015, 02:21 PM)Retro Wrote: I'm unsure as to what you're trying to accomplish, if you want to grep users credentials use AstroGrep.
You're an idiot.
(12-24-2015, 02:51 PM)Zayzo Wrote: Making big clumsy dbs smaller by only having username:hash
alt:email:ip
instead of 0,`, `,etc
If this is what you wanted to do your question should've been something like "how to sort databases", not how to parse them.
You can accomplish that with awk, cut, and sed.
•
Users browsing this thread: 1 Guest(s)