Practical method to build people db
by cookiemonster6667 - Tuesday September 19, 2023 at 04:31 PM
#1
Just throw some ideas, is it viable to build tables for elements of people search, for example, name table, address table, email table, phone table,  companies table,  etc. then just link the related records.?  Because one person usually has multiple phone/email/addresses/companies, this method might be neater than having multiple records for one person. Meanwhile, it will be lots of work to prepare existing leaked dbs into this format.  

Or it's easier to just dump everything into elasticsearch?

What will be the cost/efficiency comparasion?
What's the common practice for existing people search service?

I am a newbie here. Any input is appreciated!

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Mass Leeching | https://breachforums.rs/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#2
Depends on the size. Search engine like Elastic is probably faster for really large datasets. A relational SQL DB is probably good enough for everything else.
Reply
#3
As @joepa said, it depends on the size and how you want to store the data. Is all of the data going to be extracted at rest? Or will it be compressed at rest, and only extracted when being queried? Some of the databases I would look at would be Apache Solr: https://solr.apache.org/ Elastic Search: https://www.elastic.co/elasticsearch/ and Cassandra: https://cassandra.apache.org/_/index.html

All of these are widely used by big companies with extremely large datasets (Facebook, Netflix, Amazon, etc.)

Edit: But if you're not dealing will millions, tens-of-millions of records, you're going to be just fine to use a normal relational database like Postgres, MySQL, etc. NoSQL databases like MongoDB would also work just fine with this level of records.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] Database Searcher Telegram odanbtw 1,028 91,804 6 hours ago
Last Post: amhars83
  The Ultimate Cloning Course: Mastering Dump Data & Card Cloning nexo 29 5,429 Yesterday, 05:30 PM
Last Post: kzpxshr
  DarkGPT Tutorial Easy idontknowmyname 190 8,650 Yesterday, 05:28 PM
Last Post: kzpxshr
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 13 627 Yesterday, 04:53 PM
Last Post: sacage_x64
  AI-drived pentest platform sacage_x64 0 82 Yesterday, 04:52 PM
Last Post: sacage_x64

Forum Jump:


 Users browsing this forum: 1 Guest(s)