PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, May 18, 2022

[FIXED] How to configure namespace to keep partial data as cache in ram and the remaining in hard disk?

 May 18, 2022     aerospike, configure, partial, ram, writing     No comments   

Issue

I am trying to write some data to a namespace in Aerospike, but i don't have enough ram for the whole data. How can i configure my Aerospike so that a portion of the data in kept in the ram as cache and remaining is kept in the hard drive? Can I reduce the number of copies of data made in Aerospike kept in ram? It can be done by modifying the contents ofaerospike.conf file but how exactly am i going to achieve it.


Solution

You should have seen the configuration page in aerospike documentation before asking such question

http://www.aerospike.com/docs/operations/configure/namespace/storage/



Answered By - Salman Bukhari
Answer Checked By - Marilyn (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing