Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: In memory database or Caching solution

  1. #31
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    And why not simply HashMap with city as key?

    Quote Originally Posted by greatdinosaur View Post
    Hello we developing an application, using Spring ibatis connect to mysql.
    The application hava a function which judgement ip address from city, to active different event.

    in asp.net it's easy, cache dataset in memory, using query string query "city" rows.but in java we engage performance problem. Is there any object like dataset in .net, to storage data in memeory and be queried, and using JCS cache it. Or other way to complete this funciton.

    Any suggestions will be very helpful

    Thanks

  2. #32
    Join Date
    Apr 2009
    Posts
    2

    Smile CSQL cache could be used for caching

    CSQL is open source caching product which can cache tables from MySQL, Postgres and Oracle databases. It provides 100X more throughput for data access with no or minimal application code changes.
    http://www.csqldb.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •