The suggestions tag has no wiki summary.
1
vote
2answers
93 views
Suggestion for storing a lot of simple data
I'm looking to crawl a lot of webpages (500,000,000,000) records and be able to store the linking structure for a later date. The way I planned on laying out the database was as follows:
2 Tables
...
0
votes
2answers
119 views
Are these two queries technically equal to each other?
Ran it in my query browser. I was am getting same results for both. But still need a confirmation.
SELECT
cs.RSCode
, CustomerName
, em.EmailId
FROM
Customer_STN cs
JOIN ...
1
vote
1answer
210 views
Which RDBMS best fits my need? [closed]
I realise this may be come a subjective mess, but I'm hoping for some objective information on the subject. I also don't want to go shopping, I just want to know 'what to shop for'.
I'm very new to ...
3
votes
0answers
88 views
Tools for maintaining many dev/test environments on the cloud
The company I'm currently working with is "moving to the cloud" (isn't everyone these days?)
In this case, they are moving to AWS, and they want a simple and effective way of managing multiple (SQL) ...