Results 1 to 4 of 4

Thread: Flash memory based databases

  1. #1
    Join Date
    May 2010
    Posts
    2

    Flash memory based databases

    i'm looking for someone who can help me out
    the thing that i didn't understand is .... i was reading about flash memory based databases. and i can't find any conclusive idea on how query costs are measured if the databases are flash memory resident. for example if the database is a hard disk resident the cost of a query algorithm is measured in terms of disk seeks and block transfers.
    my question is how do we measure query costs for flash memory based DB....say a nested loop join query algorithm
    .
    .
    .
    thanks in advance

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Optimizer can use number of blocks scanned, CPU cycle required, as metrics for choosing a plan.

  3. #3
    Join Date
    May 2010
    Posts
    2
    can you explain me more, or give me a link that i could read from
    thanx

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932

Posting Permissions

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