search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(8)
Article
(4)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
13%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
# Names of all persons: 11 gremlin> g.V().hasLabel('person').values('name')
12
==>marko 13 ==>vadas 14 ==>josh 15 ==>peter 16 17 # Name of person with ID 1 18 gremlin> g.V(1).values('name') 19 ==>marko
20
12%
A Real-World Look at Scaling to the Amazon Cloud
04.10.2011
Home
»
CloudAge
»
Articles
»
, the system's capacity needed to absorb spikes in demand. Some back-of-the-envelope calculations quickly showed that each processing video machine could handle
480
three-minute videos in a 24-hour period. Thus
« Previous
1
2