Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Big Board Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Any of you fellow big boards using datastore caching in 3.6.x? Details »»
Any of you fellow big boards using datastore caching in 3.6.x?
Version: , by telc telc is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-19-2006 Last Update: Never Installs: 0
 
No support by the author.

Any of you guys using APC/memcached/FileSystem datastore caching in 3.6.x?

I am wondering what query hits I will save on from enabling it.

Will I only save on a single select from the datastore table when a page is loaded?

I can't find much documentation on it another then how to enable it.

Have any of you guys noticed an improvement or any problems after enabling it?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 12-18-2006, 08:51 AM
orban orban is offline
 
Join Date: Jan 2005
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very little if you only use it for the datastore.

Memcached store objects in memory, eAccelerator stores opcode in memory.
Reply With Quote
  #23  
Old 12-18-2006, 02:42 PM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thnx Orban..
then eAcclerator + Memcache(http://pecl.php.net/package/memcache)
and Ioncube can stay together ?
Reply With Quote
  #24  
Old 12-18-2006, 03:56 PM
orban orban is offline
 
Join Date: Jan 2005
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes that's correct. They come in at different parts of a request.
Reply With Quote
  #25  
Old 02-03-2007, 05:43 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

umm umm maybe a dumbs qus...

using it..any way to see what/how its caching things ?

how to determine memcache is working properly?

like eAcclerator shows a summury like bellow




memcahce ? how to check its performace?

and how much memory it will use (64mb)..have to fix it durinng installation?

and what r those stands for:

Quote:
memcache.allow_failover
memcache.max_failover_attempts
memcache.chunk_size
memcache.default_port

Table of Contents

Quote:
Memcache::add — Add an item to the server
Memcache::addServer — Add a memcached server to connection pool
Memcache::close — Close memcached server connection
Memcache::connect — Open memcached server connection
memcache_debug — Turn debug output on/off
Memcache::decrement — Decrement item's value
Memcache::delete — Delete item from the server
Memcache::flush — Flush all existing items at the server
Memcache::get — Retrieve item from the server
Memcache::getExtendedStats — Get statistics from all servers in pool
Memcache::getServerStatus — Returns server status
Memcache::getStats — Get statistics of the server
Memcache::getVersion — Return version of the server
Memcache::increment — Increment item's value
Memcache:.pconnect — Open memcached server persistent connection
Memcache::replace — Replace value of the existing item
Memcache::set — Store data at the server
Memcache::setCompressThreshold — Enable automatic compression of large values
Memcache::setServerParams — Changes server parameters and status at runtime
this table of contents functions are built it? no other xtra modules are needed?
Reply With Quote
  #26  
Old 02-13-2007, 06:45 PM
wtrk wtrk is offline
 
Join Date: Jun 2005
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

we use: eaccellerator + memcached + lighttpd
Reply With Quote
  #27  
Old 02-22-2007, 05:43 PM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any one?
any idea datastore cache with Xcache?
Reply With Quote
  #28  
Old 02-23-2007, 07:18 PM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i use the datastore with memcached

i run the memcache server on the same server as my mysql database (which also runs the sphinx server)

consider sphinx aswell for search i have found off setting the search has also been fantastic shame the sphinx thread is not being looked at because a few bugs fixed and it will be the best thing around!

i found memcache better than APC for the datastore (taking the load from the apache server) but APC is awsome with the "plugin based template cache" i found this probably the best load reducer out of them all... and page load times are amazing.

im going to be adding a new server soon with lighttp to serve the static stuff as this looks like a nice way of doing stuff and heard alot of good reviews, also looking into putting the downloads onto another server aswell (lots of arguments for and against)

there is many things that can be done but you will need to try them for yourself believe me you will be adding alot in the next few years and testing things out

Regards
Mickie D
Reply With Quote
  #29  
Old 03-03-2007, 06:11 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wel...Xcache is better tha eAcc/APC as opcode cacher..
now Xcache started to support vb datastore cache...
https://vborg.vbsupport.ru/showthread.php?t=141005

try it here
Reply With Quote
  #30  
Old 03-03-2007, 06:57 AM
kmike kmike is offline
 
Join Date: Oct 2002
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zia View Post
wel...Xcache is better tha eAcc/APC as opcode cacher..
FYI everyone: "better" as in "I couldn't figure out how to get APC and eAccelerator to work".
Reply With Quote
  #31  
Old 03-03-2007, 09:20 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for Xcache
http://trac.lighttpd.net/xcache/
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04832 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete